public interface FileDataEncoder extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
encode(byte[] inputBuffer,
int offset,
int length)
Encode a buffer bytes from a Zip-file.
|
void encode(byte[] inputBuffer, int offset, int length) throws IOException
inputBuffer
- Bytes to be encoded.offset
- Offset in the buffer of the bytes to be encoded.length
- Number of bytes to be encoded.IOException
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.