|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.PasswordRecord
A password record
Field Summary | |
private java.lang.String |
password
The password |
private int |
passwordHash
The binary data |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
PasswordRecord(Record t)
Constructor |
Method Summary | |
int |
getPasswordHash()
Gets the binary data for output to file |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String password
private int passwordHash
Constructor Detail |
public PasswordRecord(Record t)
t
- the raw bytesMethod Detail |
public int getPasswordHash()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |