public interface ByteDataStreamBase
| Modifier and Type | Method and Description |
|---|---|
long |
getDataLength()
gets the length of the data.
|
void |
init(Properties prop)
Initialization function (not used)
|
void |
isLittleEndian(boolean little_endian)
Sets an endian.
|
void |
readData(byte[] buffer,
long length)
writes data to the argument buffer.
|
void |
writeData(byte[] buffer,
long length)
writes data to a buffer that is held.
|
void init(Properties prop)
prop -
Properties (getted from connector profile)void writeData(byte[] buffer,
long length)
buffer -
Source bufferlength - データのサイズ
Data sizevoid readData(byte[] buffer,
long length)
buffer -
Destination bufferlength - データのサイズ
Data sizelong getDataLength()
void isLittleEndian(boolean little_endian)
little_endian -
true: little, false: big