public final class ChunkHeaderV4V5 extends ChunkHeader
| Modifier and Type | Field | Description |
|---|---|---|
protected short |
unknown2 |
|
protected short |
unknown3 |
id, length, type, unknown1| Constructor | Description |
|---|---|
ChunkHeaderV4V5() |
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.charset.Charset |
getChunkCharset() |
|
protected static int |
getHeaderSize() |
|
int |
getSizeInBytes() |
|
short |
getUnknown2() |
|
short |
getUnknown3() |
|
boolean |
hasSeparator() |
Does the chunk have a separator?
|
boolean |
hasTrailer() |
Does the chunk have a trailer?
|
createChunkHeader, getHeaderSize, getId, getLength, getType, getUnknown1public short getUnknown2()
public short getUnknown3()
protected static int getHeaderSize()
public int getSizeInBytes()
getSizeInBytes in class ChunkHeaderpublic boolean hasTrailer()
hasTrailer in class ChunkHeaderpublic boolean hasSeparator()
hasSeparator in class ChunkHeaderpublic java.nio.charset.Charset getChunkCharset()
getChunkCharset in class ChunkHeaderCopyright 2018 The Apache Software Foundation or its licensors, as applicable.