biod ~bio2 (2022-05-05T08:17:46.2810097)
Dub
Repo
BgzfBlocks
bio2
bgzf
Simple block iterator
struct
BgzfBlocks {
BgzfReader
bgzf
;
this
(string fn);
this(this)
;
int
opApply
(int delegate(ubyte[]) dg);
}
Constructors
this
this
(string fn)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
opApply
int
opApply
(int delegate(ubyte[]) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bgzf
BgzfReader
bgzf
;
Undocumented in source.
Meta
Source
See Implementation
bio2
bgzf
aliases
BLOCK_SIZE
BlockBuffer
CRC32
FilePos
classes
BgzfException
functions
deflate
kick_off_reading_block_ahead
read_blockx
properties
read_ubyte
read_uint
read_ushort
structs
BgzfBlocks
BgzfReader
BgzfStream
BlockReadAhead
BlockReadUnbuffered
Simple block iterator