jxl.read.biff
Class PaletteRecord

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

public class PaletteRecord
extends RecordData

A password record


Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) PaletteRecord(Record t)
          Constructor
 
Method Summary
 byte[] getData()
          Accessor for the binary data - used when copying
 
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
 

Constructor Detail

PaletteRecord

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

getData

public byte[] getData()
Accessor for the binary data - used when copying
Returns:
the binary data