jxl.biff
Class DValParser

java.lang.Object
  extended byjxl.biff.DValParser

public class DValParser
extends java.lang.Object

Class which parses the binary data associated with Data Validity (DVal) setting


Constructor Summary
DValParser(byte[] data)
          Constructor
 
Method Summary
 void dvRemoved()
          Called when a remove row or column results in one of DV records being removed
 byte[] getData()
          Gets the data
 int getNumberOfDVRecords()
          Accessor for the number of DV records
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DValParser

public DValParser(byte[] data)
Constructor

Method Detail

getData

public byte[] getData()
Gets the data


dvRemoved

public void dvRemoved()
Called when a remove row or column results in one of DV records being removed


getNumberOfDVRecords

public int getNumberOfDVRecords()
Accessor for the number of DV records

Returns:
the number of DV records for this list