Constructor and Description |
---|
StreamEncoder(ArrayPool byteArrayPool) |
Modifier and Type | Method and Description |
---|---|
boolean |
encode(java.io.InputStream data,
java.io.File file,
Options options)
Writes the given data to the given output stream and returns True if the write completed
successfully and should be committed.
|
public StreamEncoder(ArrayPool byteArrayPool)