class
HTS::Bgzf
Direct Known Subclasses
Defined in:
hts/bgzf.crConstructors
Class Method Summary
- .open(file_name : Path | String, mode = "r", threads = 0)
- .open(file_name : Path | String, mode = "r", threads = 0, &)
Instance Method Summary
- #compression_level : Int32
- #each_char(&)
- #each_line(delimiter = '\n', &)
- #file_name : Path | String
- #flush : Int32
- #getc : Char | Nil
- #gets(delimiter = '\n') : String | Nil
- #is_bgzf? : Bool
- #mode : String
- #puts(data : String) : Int64
- #read(size : Int32) : Bytes
-
#seek(offset)
Override seek and tell for BGZF-specific behavior
- #tell
- #write(data : String) : Int64
- #write(data : Bytes) : Int64