class CompoundDocHeader extends Object
Modifier and Type | Field and Description |
---|---|
private CompoundDocument |
cd |
(package private) byte[] |
magicNumbers |
(package private) int |
minBytesStandardStream |
(package private) int[] |
MSAT0 |
(package private) int |
nAdditionalMATsectors |
(package private) int |
nSATsectors |
(package private) int |
nSSATsectors |
(package private) byte |
revNumber |
(package private) short |
sectorPower |
(package private) short |
shortSectorPower |
(package private) int |
SID_DIR_start |
(package private) int |
SID_MSAT_next |
(package private) int |
SID_SSAT_start |
(package private) byte[] |
uniqueID16 |
(package private) byte[] |
unused |
(package private) byte |
verNumber |
Constructor and Description |
---|
CompoundDocHeader(CompoundDocument compoundDocument) |
private final CompoundDocument cd
byte[] magicNumbers
byte[] uniqueID16
byte revNumber
byte verNumber
short sectorPower
short shortSectorPower
byte[] unused
int nSATsectors
int SID_DIR_start
int minBytesStandardStream
int SID_SSAT_start
int nSSATsectors
int SID_MSAT_next
int nAdditionalMATsectors
int[] MSAT0
CompoundDocHeader(CompoundDocument compoundDocument)
compoundDocument
-