Java org.apache.poi.poifs.filesystem POIFSFileSystem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.poifs.filesystem POIFSFileSystem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.poifs.filesystem POIFSFileSystem.

The text is from its open source code.

Subclass

org.apache.poi.poifs.filesystem.POIFSFileSystem has subclasses.
Click this link to see all its subclasses.

Constructor

POIFSFileSystem(boolean newFS)
POIFSFileSystem(File file)

Creates a POIFSFileSystem from a File.

POIFSFileSystem(FileChannel channel)

Creates a POIFSFileSystem from an open FileChannel.

POIFSFileSystem(InputStream stream)
Create a POIFSFileSystem from an InputStream.
POIFSFileSystem(File file, boolean readOnly)

Creates a POIFSFileSystem from a File.

POIFSFileSystem(FileChannel channel, boolean readOnly)

Creates a POIFSFileSystem from an open FileChannel.

POIFSFileSystem()
Constructor, intended for writing

Method

voidclose()
Closes the FileSystem, freeing any underlying files, streams and buffers.
DocumentEntrycreateDocument(final InputStream stream, final String name)
Create a new document to be added to the root directory
DocumentInputStreamcreateDocumentInputStream(final String documentName)
open a document in the root entry's list of entries
intgetBigBlockSize()
DirectoryNodegetRoot()
Get the root entry
voidwriteFilesystem(final OutputStream stream)
Write the filesystem out