biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
BgzfBlocks
bio
std
experimental
hts
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
bio
std
experimental
hts
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