protected static interface ContentLimiter.DestinationStorage
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the object and clean up everything.
|
long |
getBinaryLength()
Get new binary length.
|
java.io.InputStream |
getInputStream()
Get the input stream to read from.
|
java.io.OutputStream |
getOutputStream()
Get the output stream to write to.
|
java.io.OutputStream getOutputStream()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionlong getBinaryLength()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionjava.io.InputStream getInputStream()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionvoid close()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException