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.
|
getName
public StringColumn(String name, int offset, int length)
name
- column nameoffset
- offset in datalength
- maximum string lengthpublic String read(int offset, byte[] data)
ColumnDefinition
offset
- current offset into the table data blockdata
- table data blockCopyright © 2000–2024 Packwood Software. All rights reserved.