public class VCDiffEncoderBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
checksum |
protected byte[] |
dictionary |
protected boolean |
interleaved |
protected boolean |
targetMatches |
| Modifier | Constructor and Description |
|---|---|
protected |
VCDiffEncoderBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static VCDiffEncoderBuilder |
builder() |
VCDiffOutputStream |
buildOutputStream(OutputStream out) |
VCDiffEncoder<OutputStream> |
buildSimple() |
VCDiffEncoder<Appendable> |
buildSimpleJson() |
VCDiffStreamingEncoder<OutputStream> |
buildStreaming() |
VCDiffStreamingEncoder<Appendable> |
buildStreamingJson() |
VCDiffEncoderBuilder |
withChecksum(boolean checksum) |
VCDiffEncoderBuilder |
withDictionary(byte[] dictionary) |
VCDiffEncoderBuilder |
withInterleaving(boolean interleaved) |
VCDiffEncoderBuilder |
withTargetMatches(boolean targetMatches) |
protected boolean interleaved
protected boolean checksum
protected boolean targetMatches
protected byte[] dictionary
public VCDiffEncoderBuilder withChecksum(boolean checksum)
public VCDiffEncoderBuilder withInterleaving(boolean interleaved)
public VCDiffEncoderBuilder withDictionary(byte[] dictionary)
public VCDiffEncoderBuilder withTargetMatches(boolean targetMatches)
public VCDiffStreamingEncoder<OutputStream> buildStreaming()
public VCDiffOutputStream buildOutputStream(OutputStream out)
public VCDiffStreamingEncoder<Appendable> buildStreamingJson()
public VCDiffEncoder<OutputStream> buildSimple()
public VCDiffEncoder<Appendable> buildSimpleJson()
public static VCDiffEncoderBuilder builder()
Copyright © 2018. All rights reserved.