Package htsjdk.samtools.util
Class BlockCompressedStreamConstants
- java.lang.Object
-
- htsjdk.samtools.util.BlockCompressedStreamConstants
-
public class BlockCompressedStreamConstants extends Object
Constants shared by BlockCompressed{Input,Output}Stream classes
-
-
Field Summary
Fields Modifier and Type Field Description static byteBGZF_ID1static byteBGZF_ID2static byteBGZF_LENstatic intBLOCK_FOOTER_LENGTHstatic intBLOCK_HEADER_LENGTHstatic intBLOCK_LENGTH_OFFSETstatic intDEFAULT_COMPRESSION_LEVELstatic intDEFAULT_UNCOMPRESSED_BLOCK_SIZEstatic byte[]EMPTY_GZIP_BLOCKstatic byte[]GZIP_BLOCK_PREAMBLEstatic byteGZIP_CM_DEFLATEstatic intGZIP_FLGstatic byteGZIP_ID1static intGZIP_ID2static intGZIP_OS_UNKNOWNstatic intGZIP_OVERHEADstatic intGZIP_XFLstatic shortGZIP_XLENstatic intMAX_COMPRESSED_BLOCK_SIZEstatic intNO_COMPRESSION_OVERHEAD
-
Constructor Summary
Constructors Constructor Description BlockCompressedStreamConstants()
-
-
-
Field Detail
-
BLOCK_HEADER_LENGTH
public static final int BLOCK_HEADER_LENGTH
- See Also:
- Constant Field Values
-
BLOCK_LENGTH_OFFSET
public static final int BLOCK_LENGTH_OFFSET
- See Also:
- Constant Field Values
-
BLOCK_FOOTER_LENGTH
public static final int BLOCK_FOOTER_LENGTH
- See Also:
- Constant Field Values
-
MAX_COMPRESSED_BLOCK_SIZE
public static final int MAX_COMPRESSED_BLOCK_SIZE
- See Also:
- Constant Field Values
-
GZIP_OVERHEAD
public static final int GZIP_OVERHEAD
- See Also:
- Constant Field Values
-
NO_COMPRESSION_OVERHEAD
public static final int NO_COMPRESSION_OVERHEAD
- See Also:
- Constant Field Values
-
DEFAULT_UNCOMPRESSED_BLOCK_SIZE
public static final int DEFAULT_UNCOMPRESSED_BLOCK_SIZE
- See Also:
- Constant Field Values
-
GZIP_ID1
public static final byte GZIP_ID1
- See Also:
- Constant Field Values
-
GZIP_ID2
public static final int GZIP_ID2
- See Also:
- Constant Field Values
-
GZIP_FLG
public static final int GZIP_FLG
- See Also:
- Constant Field Values
-
GZIP_XFL
public static final int GZIP_XFL
- See Also:
- Constant Field Values
-
GZIP_XLEN
public static final short GZIP_XLEN
- See Also:
- Constant Field Values
-
GZIP_CM_DEFLATE
public static final byte GZIP_CM_DEFLATE
- See Also:
- Constant Field Values
-
DEFAULT_COMPRESSION_LEVEL
public static final int DEFAULT_COMPRESSION_LEVEL
-
GZIP_OS_UNKNOWN
public static final int GZIP_OS_UNKNOWN
- See Also:
- Constant Field Values
-
BGZF_ID1
public static final byte BGZF_ID1
- See Also:
- Constant Field Values
-
BGZF_ID2
public static final byte BGZF_ID2
- See Also:
- Constant Field Values
-
BGZF_LEN
public static final byte BGZF_LEN
- See Also:
- Constant Field Values
-
EMPTY_GZIP_BLOCK
public static final byte[] EMPTY_GZIP_BLOCK
-
GZIP_BLOCK_PREAMBLE
public static final byte[] GZIP_BLOCK_PREAMBLE
-
-