public class SqlJetDirectByteBuffer extends SqlJetByteBuffer
buffer| Constructor and Description |
|---|
SqlJetDirectByteBuffer() |
SqlJetDirectByteBuffer(java.nio.ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
allocate(int size)
Allocate chunk of memory.
|
byte[] |
asArray() |
void |
fill(int from,
int count,
byte value) |
void |
getBytes(int pointer,
byte[] bytes,
int to,
int count) |
void |
putBytes(int pointer,
byte[] bytes,
int from,
int count) |
compareTo, copyFrom, free, getByte, getByteUnsigned, getInt, getIntUnsigned, getLong, getPointer, getShort, getShortUnsigned, getSize, isAllocated, putByte, putByteUnsigned, putInt, putIntUnsigned, putLong, putShort, putShortUnsigned, readFromFile, writeToFilepublic SqlJetDirectByteBuffer()
public SqlJetDirectByteBuffer(java.nio.ByteBuffer buffer)
public void allocate(int size)
ISqlJetMemoryBufferallocate in interface ISqlJetMemoryBufferallocate in class SqlJetByteBuffersize - size of chunk in bytespublic byte[] asArray()
asArray in interface ISqlJetMemoryBufferasArray in class SqlJetByteBufferpublic void fill(int from,
int count,
byte value)
fill in interface ISqlJetMemoryBufferfill in class SqlJetByteBufferpublic void getBytes(int pointer,
byte[] bytes,
int to,
int count)
getBytes in interface ISqlJetMemoryBuffergetBytes in class SqlJetByteBufferpublic void putBytes(int pointer,
byte[] bytes,
int from,
int count)
putBytes in interface ISqlJetMemoryBufferputBytes in class SqlJetByteBufferCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.