| Package | com.electrotank.electroserver4.protocol |
| Interface | public interface MessageReader |
| Implementors | BinaryMessageReader, StringMessageReader |
| Method | Defined by | ||
|---|---|---|---|
|
nextBoolean():Boolean
| MessageReader | ||
|
nextBooleanArray():Array
| MessageReader | ||
|
nextByte():int
| MessageReader | ||
|
nextByteArray():ByteArray
| MessageReader | ||
|
nextCharacter():String
| MessageReader | ||
|
nextCharacterArray():Array
| MessageReader | ||
|
nextDouble(... arguments):Number
| MessageReader | ||
|
nextDoubleArray():Array
| MessageReader | ||
|
nextFloat():Number
| MessageReader | ||
|
nextFloatArray():Array
| MessageReader | ||
|
nextInteger(... arguments):int
| MessageReader | ||
|
nextIntegerArray(... arguments):Array
| MessageReader | ||
|
nextLong(... arguments):String
| MessageReader | ||
|
nextLongArray():Array
| MessageReader | ||
|
nextPrefixedString(lengthPrefixSize:Number):String
| MessageReader | ||
|
nextShort(... arguments):Number
| MessageReader | ||
|
nextShortArray():Array
| MessageReader | ||
|
nextString(... arguments):String
| MessageReader | ||
|
nextStringArray():Array
| MessageReader | ||
| nextBoolean | () | method |
public function nextBoolean():Boolean
Returns
Boolean |
| nextBooleanArray | () | method |
public function nextBooleanArray():Array
Returns
Array |
| nextByte | () | method |
public function nextByte():int
Returns
int |
| nextByteArray | () | method |
public function nextByteArray():ByteArray
Returns
ByteArray |
| nextCharacter | () | method |
public function nextCharacter():String
Returns
String |
| nextCharacterArray | () | method |
public function nextCharacterArray():Array
Returns
Array |
| nextDouble | () | method |
public function nextDouble(... arguments):NumberParameters
... arguments |
Number |
| nextDoubleArray | () | method |
public function nextDoubleArray():Array
Returns
Array |
| nextFloat | () | method |
public function nextFloat():Number
Returns
Number |
| nextFloatArray | () | method |
public function nextFloatArray():Array
Returns
Array |
| nextInteger | () | method |
public function nextInteger(... arguments):intParameters
... arguments |
int |
| nextIntegerArray | () | method |
public function nextIntegerArray(... arguments):ArrayParameters
... arguments |
Array |
| nextLong | () | method |
public function nextLong(... arguments):StringParameters
... arguments |
String |
| nextLongArray | () | method |
public function nextLongArray():Array
Returns
Array |
| nextPrefixedString | () | method |
public function nextPrefixedString(lengthPrefixSize:Number):StringParameters
lengthPrefixSize:Number |
String |
| nextShort | () | method |
public function nextShort(... arguments):NumberParameters
... arguments |
Number |
| nextShortArray | () | method |
public function nextShortArray():Array
Returns
Array |
| nextString | () | method |
public function nextString(... arguments):StringParameters
... arguments |
String |
| nextStringArray | () | method |
public function nextStringArray():Array
Returns
Array |