public final class OldStringRecord extends Object implements GenericRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
biff2_sid |
static short |
biff345_sid |
| Constructor and Description |
|---|
OldStringRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getSid() |
String |
getString() |
protected static String |
getString(byte[] data,
CodepageRecord codepage) |
boolean |
isBiff2() |
void |
setCodePage(CodepageRecord codepage) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short biff2_sid
public static final short biff345_sid
public OldStringRecord(RecordInputStream in)
in - the RecordInputstream to read the record frompublic boolean isBiff2()
public short getSid()
public void setCodePage(CodepageRecord codepage)
public String getString()
protected static String getString(byte[] data, CodepageRecord codepage)
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordpublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord