public class TerminatorlessBlockCompressedOutputStream extends BlockCompressedOutputStream
BlockCompressedOutputStream that doesn't write an empty BGZF block at the
end of the stream.| Constructor and Description |
|---|
TerminatorlessBlockCompressedOutputStream(java.io.OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close() must be called in order to flush any remaining buffered bytes.
|
addIndexer, close, flush, getDefaultCompressionLevel, getDefaultDeflaterFactory, getFilePointer, getPosition, maybeBgzfWrapOutputStream, setDefaultCompressionLevel, setDefaultDeflaterFactory, write, write, writepublic TerminatorlessBlockCompressedOutputStream(java.io.OutputStream os)
public void close()
throws java.io.IOException
BlockCompressedOutputStreamclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class BlockCompressedOutputStreamjava.io.IOException