public class ChunkHeaderV6 extends ChunkHeader
Modifier and Type | Field and Description |
---|---|
protected short |
unknown2 |
protected short |
unknown3 |
id, length, type, unknown1
Constructor and Description |
---|
ChunkHeaderV6() |
Modifier and Type | Method and 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, getUnknown1
public short getUnknown2()
public short getUnknown3()
protected static int getHeaderSize()
public int getSizeInBytes()
getSizeInBytes
in class ChunkHeader
public boolean hasTrailer()
hasTrailer
in class ChunkHeader
public boolean hasSeparator()
hasSeparator
in class ChunkHeader
public java.nio.charset.Charset getChunkCharset()
getChunkCharset
in class ChunkHeader
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.