Package | Description |
---|---|
htsjdk.samtools.cram.structure |
Modifier and Type | Field and Description |
---|---|
Block[] |
Container.blocks
Container data
|
Block |
Slice.coreBlock |
Block |
Slice.embeddedRefBlock |
Block |
Slice.headerBlock |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.Integer,Block> |
Slice.external |
Modifier and Type | Method and Description |
---|---|
static Block |
Block.buildNewCore(byte[] rawContent)
Create a new core block with the given uncompressed content.
|
static Block |
Block.buildNewFileHeaderBlock(byte[] rawContent)
Create a new core block with the given uncompressed content.
|
static Block |
Block.buildNewSliceHeaderBlock(byte[] rawContent)
Create a new slice header block with the given uncompressed content.
|
static Block |
Block.readFromInputStream(int major,
java.io.InputStream inputStream)
Deserialize the block from the
InputStream . |