public interface FileDataDecoder extends Closeable
Modifier and Type | Method and Description |
---|---|
int |
decode(byte[] outputBuffer,
int offset,
int length)
Decode a buffer bytes from a Zip-file.
|
long |
getBytesRead()
Return the number of encoded bytes read in.
|
long |
getBytesWritten()
Return the number of decoded bytes written out.
|
int decode(byte[] outputBuffer, int offset, int length) throws IOException
outputBuffer
- Buffer to write decoded bytes into.offset
- offset in the buffer to write the decoded byteslength
- number of bytes that can be read into the bufferIOException
long getBytesRead()
long getBytesWritten()
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.