Package | Description |
---|---|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Field and Description |
---|---|
private IntMapper |
SSTRecord.field_3_strings |
private IntMapper |
SSTDeserializer.strings |
private IntMapper |
SSTRecordSizeCalculator.strings |
private IntMapper |
SSTSerializer.strings |
Modifier and Type | Method and Description |
---|---|
static void |
SSTDeserializer.addToStringTable(IntMapper strings,
UnicodeString string) |
private static UnicodeString |
SSTSerializer.getUnicodeString(IntMapper strings,
int index) |
Constructor and Description |
---|
SSTDeserializer(IntMapper strings) |
SSTRecordSizeCalculator(IntMapper strings) |
SSTSerializer(IntMapper strings,
int numStrings,
int numUniqueStrings) |
Copyright © 2016 Open Microscopy Environment