protected static interface TikaExtractor.DestinationStorage
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the object and clean up everything.
|
long |
getBinaryLength()
Get new binary length.
|
InputStream |
getInputStream()
Get the input stream to read from.
|
OutputStream |
getOutputStream()
Get the output stream to write to.
|
OutputStream getOutputStream() throws ManifoldCFException
ManifoldCFException
long getBinaryLength() throws ManifoldCFException
ManifoldCFException
InputStream getInputStream() throws ManifoldCFException
ManifoldCFException
void close() throws ManifoldCFException
ManifoldCFException