|
| StringField (string value) |
|
virtual string | getValue (Encoding decoder) |
|
bool | getValue (byte[] v) |
|
bool | getValue (CommandId v) |
|
void | setValue (byte[] v, int offset, int length) |
|
void | setValue (CommandId v) |
|
void | setValue (string v, Encoding encoder) |
|
| Field (string value) |
|
| Field (byte[] buffer, int position, int length) |
|
void | set (byte[] buffer, int position, int length) |
|
void | set (byte[] buffer) |
|
bool | isNull () |
|
void | reset () |
|
byte | byteAt (int i) |
|
override bool | Equals (Object obj) |
|
override int | GetHashCode () |
|
Field | copy () |
|
virtual void | copyFrom (Field f) |
|
|
| StringField (byte[] buffer, int position, int length) |
|
|
const string | LATIN1 = "ISO-8859-1" |
|
const byte | LATIN1_ZERO = 48 |
|
|
byte[] | buffer = null |
|
int | position = 0 |
|
int | length = 0 |
|
The documentation for this class was generated from the following file:
- AMPS.Client/Fields/StringField.cs