jxl.read.biff
Class PasswordRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.PasswordRecord

class PasswordRecord
extends RecordData

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

password

private java.lang.String password
The password

passwordHash

private int passwordHash
The binary data
Constructor Detail

PasswordRecord

public PasswordRecord(Record t)
Constructor
Parameters:
t - the raw bytes
Method Detail

getPasswordHash

public int getPasswordHash()
Gets the binary data for output to file
Returns:
the password hash