|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crankuptheamps.client.fields.Field
com.crankuptheamps.client.fields.StringField
public class StringField
| Field Summary | |
|---|---|
protected static String |
LATIN1
|
protected static byte |
LATIN1_ZERO
|
| Fields inherited from class com.crankuptheamps.client.fields.Field |
|---|
buffer, length, position |
| Constructor Summary | |
|---|---|
|
StringField()
|
protected |
StringField(byte[] buffer,
int position,
int length)
|
| Method Summary | |
|---|---|
boolean |
getValue(ByteBuffer v)
|
String |
getValue(CharsetDecoder decoder)
|
boolean |
getValue(CommandId v)
|
void |
setValue(byte[] v,
int offset,
int length)
|
void |
setValue(CommandId v)
|
void |
setValue(String v,
CharsetEncoder encoder)
|
| Methods inherited from class com.crankuptheamps.client.fields.Field |
|---|
byteAt, copy, copyFrom, equals, hashCode, isNull, reset, set, set, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final String LATIN1
protected static final byte LATIN1_ZERO
| Constructor Detail |
|---|
protected StringField(byte[] buffer,
int position,
int length)
public StringField()
| Method Detail |
|---|
public String getValue(CharsetDecoder decoder)
public boolean getValue(ByteBuffer v)
public boolean getValue(CommandId v)
public void setValue(byte[] v,
int offset,
int length)
public void setValue(CommandId v)
public void setValue(String v,
CharsetEncoder encoder)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||