Java org.apache.poi.poifs.eventfilesystem POIFSReader fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.poi.poifs.eventfilesystem.POIFSReader has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidread(final InputStream stream)
Read from an InputStream and process the documents we get
voidread(final File poifsFile)
Read from a File and process the documents we get
voidread(final POIFSFileSystem poifs)
Read from a POIFSFileSystem and process the documents we get
voidregisterListener(final POIFSReaderListener listener)
Register a POIFSReaderListener for all documents
voidregisterListener(final POIFSReaderListener listener, final String name)
Register a POIFSReaderListener for a document in the root directory