Method | Description | |
---|---|---|
getByteCount ( string value ) : int | ||
readBool ( |
||
readByte ( |
||
readBytes ( |
||
readDouble ( |
||
readFloat ( |
||
readInt ( |
||
readLong ( |
||
readShort ( |
||
readString ( |
||
writeBool ( bool value, |
||
writeByte ( byte value, |
||
writeBytes ( byte value, |
||
writeDouble ( double value, |
||
writeFloat ( float value, |
||
writeInt ( int value, |
||
writeLong ( long value, |
||
writeShort ( short value, |
||
writeString ( string value, |
public static getByteCount ( string value ) : int | ||
value | string | |
return | int |
public static readBool ( |
||
reader | ||
return | bool |
public static readByte ( |
||
reader | ||
return | byte |
public static readBytes ( |
||
reader | ||
return | byte[] |
public static readDouble ( |
||
reader | ||
return | double |
public static readFloat ( |
||
reader | ||
return | float |
public static readInt ( |
||
reader | ||
return | int |
public static readLong ( |
||
reader | ||
return | long |
public static readShort ( |
||
reader | ||
return | short |
public static readString ( |
||
reader | ||
return | string |
public static writeBool ( bool value, |
||
value | bool | |
writer | ||
return | void |
public static writeByte ( byte value, |
||
value | byte | |
writer | ||
return | void |
public static writeBytes ( byte value, |
||
value | byte | |
writer | ||
return | void |
public static writeDouble ( double value, |
||
value | double | |
writer | ||
return | void |
public static writeFloat ( float value, |
||
value | float | |
writer | ||
return | void |
public static writeInt ( int value, |
||
value | int | |
writer | ||
return | void |
public static writeLong ( long value, |
||
value | long | |
writer | ||
return | void |
public static writeShort ( short value, |
||
value | short | |
writer | ||
return | void |
public static writeString ( string value, |
||
value | string | |
writer | ||
return | void |