|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hdgf.chunks.ChunkHeader
org.apache.poi.hdgf.chunks.ChunkHeaderV6
public class ChunkHeaderV6
A chunk header from v6
Field Summary | |
---|---|
protected short |
unknown2
|
protected short |
unknown3
|
Fields inherited from class org.apache.poi.hdgf.chunks.ChunkHeader |
---|
id, length, type, unknown1 |
Constructor Summary | |
---|---|
ChunkHeaderV6()
|
Method Summary | |
---|---|
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, getId, getLength, getType, getUnknown1 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected short unknown2
protected short unknown3
Constructor Detail |
---|
public ChunkHeaderV6()
Method Detail |
---|
public short getUnknown2()
public short getUnknown3()
public int getSizeInBytes()
getSizeInBytes
in class ChunkHeader
public boolean hasTrailer()
hasTrailer
in class ChunkHeader
public boolean hasSeparator()
hasSeparator
in class ChunkHeader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |