public class AAFReader
extends org.apache.poi.poifs.eventfilesystem.POIFSReader
| Constructor and Description |
|---|
AAFReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(InputStream stream)
Read from an InputStream and process the documents we get
|
void |
registerListener(org.apache.poi.poifs.eventfilesystem.POIFSReaderListener listener)
Register an AAFReaderListener for all documents
|
public void registerListener(org.apache.poi.poifs.eventfilesystem.POIFSReaderListener listener)
registerListener in class org.apache.poi.poifs.eventfilesystem.POIFSReaderlistener - the listener to be registeredNullPointerException - if listener is nullIllegalStateException - if read() has already been
calledpublic void read(InputStream stream) throws IOException
read in class org.apache.poi.poifs.eventfilesystem.POIFSReaderstream - the InputStream from which to read the dataIOException - on errors reading, or on invalid data(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.