public static interface RecordsFile.Record
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getBuffer() |
int |
getByte(int n) |
byte[] |
getBytes() |
byte[] |
getBytes(int n) |
double |
getDouble(int n) |
int |
getInt(int n) |
long |
getLong(int n) |
int |
getShort(int n) |
java.lang.String |
getString(int n) |
java.sql.Timestamp |
getTimestamp(int n) |
RecordsFile.RecordType |
getType() |
void |
setByte(int n,
byte v) |
void |
setBytes(byte[] bytes) |
void |
setBytes(int n,
byte[] v) |
void |
setDouble(int n,
double v) |
void |
setInt(int n,
int v) |
void |
setLong(int n,
long v) |
void |
setShort(int n,
short v) |
void |
setString(int n,
java.lang.String v) |
void |
setTimestamp(int n,
java.sql.Timestamp v) |
RecordsFile.RecordType getType()
byte[] getBytes()
void setBytes(byte[] bytes)
java.nio.ByteBuffer getBuffer()
int getByte(int n)
int getShort(int n)
int getInt(int n)
long getLong(int n)
double getDouble(int n)
java.sql.Timestamp getTimestamp(int n)
java.lang.String getString(int n)
byte[] getBytes(int n)
void setByte(int n,
byte v)
void setShort(int n,
short v)
void setInt(int n,
int v)
void setLong(int n,
long v)
void setDouble(int n,
double v)
void setTimestamp(int n,
java.sql.Timestamp v)
void setString(int n,
java.lang.String v)
void setBytes(int n,
byte[] v)