Package org.apache.poi.hdgf.chunks
Class ChunkHeaderV6
- java.lang.Object
-
- org.apache.poi.hdgf.chunks.ChunkHeader
-
- org.apache.poi.hdgf.chunks.ChunkHeaderV6
-
- Direct Known Subclasses:
ChunkHeaderV11
public class ChunkHeaderV6 extends ChunkHeader
A chunk header from v6
-
-
Constructor Summary
Constructors Constructor Description ChunkHeaderV6()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.charset.Charset
getChunkCharset()
int
getSizeInBytes()
short
getUnknown2()
short
getUnknown3()
boolean
hasSeparator()
Does the chunk have a separator?boolean
hasTrailer()
Does the chunk have a trailer?-
Methods inherited from class org.apache.poi.hdgf.chunks.ChunkHeader
createChunkHeader, getHeaderSize, getId, getLength, getType, getUnknown1
-
-
-
-
Method Detail
-
getUnknown2
public short getUnknown2()
-
getUnknown3
public short getUnknown3()
-
getSizeInBytes
public int getSizeInBytes()
- Specified by:
getSizeInBytes
in classChunkHeader
-
hasTrailer
public boolean hasTrailer()
Does the chunk have a trailer?- Specified by:
hasTrailer
in classChunkHeader
-
hasSeparator
public boolean hasSeparator()
Does the chunk have a separator?- Specified by:
hasSeparator
in classChunkHeader
-
getChunkCharset
public java.nio.charset.Charset getChunkCharset()
- Specified by:
getChunkCharset
in classChunkHeader
-
-