| Method and Description |
|---|
| com.davidehrmann.vcdiff.VCDiffDecoder.decode(byte[], byte[], int, int, OutputStream)
use
VCDiffDecoder.decode(byte[], byte[], OutputStream)
decode the contents of encoding using the specified dictionary, writing the decoded data to target |
| com.davidehrmann.vcdiff.VCDiffStreamingDecoder.decodeChunk(byte[], int, int, OutputStream)
use
VCDiffStreamingDecoder.decodeChunk(ByteBuffer, OutputStream)
Accepts "data[offset,offset+length-1]" as additional data received in the
compressed stream. If any chunks of data can be fully decoded,
they are appended to out. |
| com.davidehrmann.vcdiff.VCDiffStreamingDecoder.startDecoding(byte[]) |
| Enum Constant and Description |
|---|
| com.davidehrmann.vcdiff.VCDiffFormatExtension.GOOGLE_JSON |
Copyright © 2018. All rights reserved.