Class FileItem

    • Constructor Detail

      • FileItem

        public FileItem​(String name,
                        InputStream stream)
        Parameters:
        name - the full path name from the root folder.
        stream - the stream for the file. The file is deleted if stream is null.
      • FileItem

        public FileItem​(FileData data,
                        InputStream stream)
        Parameters:
        data - the file descriptor
        stream - the stream for the file. The file is deleted if stream is null.