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, write
public TerminatorlessBlockCompressedOutputStream(java.io.OutputStream os)
public void close() throws java.io.IOException
BlockCompressedOutputStream
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class BlockCompressedOutputStream
java.io.IOException