public interface VCDiffStreamingEncoder<OUT>
| Modifier and Type | Method and Description |
|---|---|
void |
encodeChunk(byte[] data,
int offset,
int length,
OUT out) |
void |
encodeChunk(byte[] data,
OUT out) |
void |
finishEncoding(OUT out) |
void |
startEncoding(OUT out) |
void startEncoding(OUT out) throws IOException
IOExceptionvoid encodeChunk(byte[] data,
int offset,
int length,
OUT out)
throws IOException
IOExceptionvoid encodeChunk(byte[] data,
OUT out)
throws IOException
IOExceptionvoid finishEncoding(OUT out) throws IOException
IOExceptionCopyright © 2018. All rights reserved.