AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
Public Member Functions | |
long | getSize () |
void | setSize (long newSize) |
long | getPosition () |
void | setPosition (long position) |
void | putByte (byte b) |
byte | getByte () |
void | putInt (int i) |
void | putInt (long position, int i) |
int | getInt () |
int | getInt (long position) |
void | putLong (long l) |
void | putLong (long position, long l) |
long | getLong () |
void | putUlong (ulong l) |
void | putUlong (long position, ulong l) |
ulong | getUlong () |
void | putBytes (ByteSequence bytes) |
void | getBytes (ByteSequence outBytes) |
void | putBytes (byte[] buffer, int offset, int length) |
void | getBytes (Field outBytes, int length) |
void | zero (long offset, int length) |