public class jniEtTrial
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
memSize |
| Constructor and Description |
|---|
jniEtTrial(int memSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
getData(int byteSize,
java.nio.ByteBuffer b) |
void |
init(java.lang.String fileName,
int memByteSize) |
static void |
main(java.lang.String[] args)
Run as a stand-alone application.
|
void |
printData() |
void |
putData(int byteSize,
int offset,
java.nio.ByteBuffer b) |
public static void main(java.lang.String[] args)
public void printData()
public void init(java.lang.String fileName,
int memByteSize)
throws cMsgException
cMsgExceptionpublic void getData(int byteSize,
java.nio.ByteBuffer b)
throws cMsgException
cMsgExceptionpublic void putData(int byteSize,
int offset,
java.nio.ByteBuffer b)
throws cMsgException
cMsgException