|
|||||||||
| Home >> All >> org >> apache >> poi >> hssf >> [ dev overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.poi.hssf.dev
Class BiffViewer.RecordDetails

java.lang.Objectorg.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
|
|||||||||
| Home >> All >> org >> apache >> poi >> hssf >> [ dev overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.poi.hssf.dev.BiffViewer.RecordDetails