public final class OldStringRecord extends java.lang.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 |
---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getSid() |
java.lang.String |
getString() |
protected static java.lang.String |
getString(byte[] data,
CodepageRecord codepage) |
boolean |
isBiff2() |
void |
setCodePage(CodepageRecord codepage) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public 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 java.lang.String getString()
protected static java.lang.String getString(byte[] data, CodepageRecord codepage)
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.