biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
BamReadBlobs
bio
std
experimental
hts
bam
reader
BamReader2 is used for foreach loops
struct
BamReadBlobs {
BgzfStream
stream
;
BamHeader
header
;
this
(string fn);
int
opApply
(int delegate(ref ReadBlob) dg);
}
Constructors
this
this
(string fn)
Undocumented in source.
Members
Functions
opApply
int
opApply
(int delegate(ref ReadBlob) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
header
BamHeader
header
;
Undocumented in source.
stream
BgzfStream
stream
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
experimental
hts
bam
reader
enums
Offset
structs
BamBlobReader
BamReadBlobStream
BamReadBlobs
ProcessReadBlob
ReadBlob
templates
CheckMapped
ReadFlags
BamReader2 is used for foreach loops