class SSTRecordHeader extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
numStrings |
(package private) int |
numUniqueStrings |
Constructor and Description |
---|
SSTRecordHeader(int numStrings,
int numUniqueStrings) |
Modifier and Type | Method and Description |
---|---|
int |
writeSSTHeader(UnicodeString.UnicodeRecordStats stats,
byte[] data,
int bufferIndex,
int recSize)
Writes out the SST record.
|
public int writeSSTHeader(UnicodeString.UnicodeRecordStats stats, byte[] data, int bufferIndex, int recSize)
data
- The data buffer to write the header to.bufferIndex
- The index into the data buffer where the header should be written.recSize
- The number of records written.Copyright © 2016 Open Microscopy Environment