public class StringColumn extends AbstractColumn
m_offset| Constructor and Description |
|---|
StringColumn(String name,
int offset,
int length)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
read(int offset,
byte[] data)
Read the column data.
|
getNamepublic StringColumn(String name, int offset, int length)
name - column nameoffset - offset in datalength - maximum string lengthpublic String read(int offset, byte[] data)
ColumnDefinitionoffset - current offset into the table data blockdata - table data blockCopyright © 2000–2025 MPXJ. All rights reserved.