BAMFormatterCompressBAMFile Method |
Compress the specified stream (reader) and writes to the specified stream (writer).
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic void CompressBAMFile(
Stream reader,
Stream writer
)
Public Sub CompressBAMFile (
reader As Stream,
writer As Stream
)
public:
void CompressBAMFile(
Stream^ reader,
Stream^ writer
)
member CompressBAMFile :
reader : Stream *
writer : Stream -> unit
Parameters
- reader
- Type: System.IOStream
Stream to read from. - writer
- Type: System.IOStream
Stream to write.
See Also