|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.BaseCompoundFile.PropertyStorage
Inner class to represent the property storage sets. Access is public to allow access from the PropertySetsReader demo utility
| Field Summary | |
int |
child
The child for this property set |
int |
colour
The colour of the property set |
byte[] |
data
The data that created this 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 |
setChild(int dir)
Sets the child |
void |
setColour(int col)
Sets the colour |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public int type
public int colour
public int startBlock
public int size
public int previous
public int next
public int child
public byte[] data
| Constructor Detail |
public BaseCompoundFile.PropertyStorage(byte[] d)
d - the bytespublic BaseCompoundFile.PropertyStorage(java.lang.String name)
name - the property storage 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 setChild(int dir)
dir - the childpublic void setColour(int col)
col - colour
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||