Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.poi.hssf.dev
Class BiffViewer.RecordDetails  view BiffViewer.RecordDetails download BiffViewer.RecordDetails.java

java.lang.Object
  extended byorg.apache.poi.hssf.dev.BiffViewer.RecordDetails
Enclosing class:
BiffViewer

static class BiffViewer.RecordDetails
extends java.lang.Object


Field Summary
(package private)  byte[] data
           
(package private)  org.apache.poi.hssf.record.Record record
           
(package private)  short recsize
           
(package private)  short rectype
           
(package private)  int startloc
           
 
Constructor Summary
BiffViewer.RecordDetails(short rectype, short recsize, int startloc, byte[] data, org.apache.poi.hssf.record.Record record)
           
 
Method Summary
 void dump()
           
 byte[] getData()
           
 org.apache.poi.hssf.record.Record getRecord()
           
 short getRecsize()
           
 short getRectype()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rectype

short rectype

recsize

short recsize

startloc

int startloc

data

byte[] data

record

org.apache.poi.hssf.record.Record record
Constructor Detail

BiffViewer.RecordDetails

public BiffViewer.RecordDetails(short rectype,
                                short recsize,
                                int startloc,
                                byte[] data,
                                org.apache.poi.hssf.record.Record record)
Method Detail

getRectype

public short getRectype()

getRecsize

public short getRecsize()

getData

public byte[] getData()

getRecord

public org.apache.poi.hssf.record.Record getRecord()

dump

public void dump()
          throws java.io.IOException