Class FileUploadHandler.SimpleMultiPartInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable
    Enclosing class:
    FileUploadHandler

    public static class FileUploadHandler.SimpleMultiPartInputStream
    extends InputStream
    Stream that extracts content from another stream until the boundary string is encountered. Public only for unit tests, should be considered private for all other purposes.