|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.UnknownRecord
public final class UnknownRecord
Title: Unknown Record (for debugging)
Description: Unknown record just tells you the sid so you can figure out what records you are missing. Also helps us read/modify sheets we don't know all the records to. (HSSF leaves these alone!)
Company: SuperLink Software, Inc.
Field Summary | |
---|---|
static int |
BITMAP_00E9
|
static int |
LABELRANGES_015F
|
static int |
PHONETICPR_00EF
|
static int |
PLS_004D
|
static int |
QUICKTIP_0800
|
static int |
RANGEPROTECTION_0868
|
static int |
SCL_00A0
|
static int |
SHEETEXT_0862
|
static int |
SHEETPR_0081
|
static int |
SHEETPROTECTION_0867
|
static int |
STANDARDWIDTH_0099
|
Constructor Summary | |
---|---|
UnknownRecord(int id,
byte[] data)
|
|
UnknownRecord(RecordInputStream in)
construct an unknown record. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getRecordSize()
gives the current serialized size of the record. |
short |
getSid()
return the non static version of the id for this record. |
int |
serialize(int offset,
byte[] data)
spit the record out AS IS. |
java.lang.String |
toString()
print a sort of string representation ([UNKNOWN RECORD] id = x [/UNKNOWN RECORD]) |
Methods inherited from class org.apache.poi.hssf.record.Record |
---|
cloneViaReserialise, serialize |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PLS_004D
public static final int SHEETPR_0081
public static final int STANDARDWIDTH_0099
public static final int SCL_00A0
public static final int BITMAP_00E9
public static final int PHONETICPR_00EF
public static final int LABELRANGES_015F
public static final int QUICKTIP_0800
public static final int SHEETEXT_0862
public static final int SHEETPROTECTION_0867
public static final int RANGEPROTECTION_0868
Constructor Detail |
---|
public UnknownRecord(int id, byte[] data)
id
- id of the record -not validated, just stored for serializationdata
- the datapublic UnknownRecord(RecordInputStream in)
in
- the RecordInputstream to read the record fromMethod Detail |
---|
public final int serialize(int offset, byte[] data)
serialize
in class RecordBase
offset
- to begin writing atdata
- byte array containing instance data
public final int getRecordSize()
Record
getRecordSize
in class Record
public final java.lang.String toString()
toString
in class Record
public final short getSid()
Record
getSid
in class Record
public final java.lang.Object clone()
clone
in class Record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |