public class VCDiffOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
VCDiffOutputStream(OutputStream out,
byte[] dictionary,
boolean targetMatches,
boolean interleaved,
boolean checksum) |
VCDiffOutputStream(OutputStream out,
VCDiffStreamingEncoder<OutputStream> encoder) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
writepublic VCDiffOutputStream(OutputStream out, byte[] dictionary, boolean targetMatches, boolean interleaved, boolean checksum)
public VCDiffOutputStream(OutputStream out, VCDiffStreamingEncoder<OutputStream> encoder)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2018. All rights reserved.