|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.BaseCompoundFile.PropertyStorage
Inner class to represent the property storage sets
Field Summary | |
byte[] |
data
The data that created this set |
int |
directory
The directory for this property set |
java.lang.String |
name
The name of this property set |
int |
next
The next property set |
int |
previous
The previous property set |
int |
size
The size, in bytes, of this property set |
int |
startBlock
The block number in the stream which this property sets starts at |
int |
type
The type of the property set |
Constructor Summary | |
BaseCompoundFile.PropertyStorage(byte[] d)
Constructs a property set |
|
BaseCompoundFile.PropertyStorage(java.lang.String name)
Constructs an empty property set. |
Method Summary | |
void |
setDirectory(int dir)
Sets the directory |
void |
setNext(int nxt)
Sets the next block |
void |
setPrevious(int prev)
Sets the previous block |
void |
setSize(int s)
Sets the size of the file |
void |
setStartBlock(int sb)
Sets the number of the start block |
void |
setType(int t)
Sets the type |
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String name
public int type
public int startBlock
public int size
public int previous
public int next
public int directory
public byte[] data
Constructor Detail |
public BaseCompoundFile.PropertyStorage(byte[] d)
d
- public BaseCompoundFile.PropertyStorage(java.lang.String name)
Method Detail |
public void setType(int t)
t
- the typepublic void setStartBlock(int sb)
sb
- the number of the start blockpublic void setSize(int s)
s
- the sizepublic void setPrevious(int prev)
prev
- the previous blockpublic void setNext(int nxt)
nxt
- the next blockpublic void setDirectory(int dir)
dir
- the directory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |