Method | Description | |
---|---|---|
Close ( ) : void | ||
LCMDataInputStream ( byte buf ) : System | ||
LCMDataInputStream ( byte buf, int offset, int len ) : System | ||
ReadBoolean ( ) : bool | ||
ReadByte ( ) : byte | ||
ReadChar ( ) : char | ||
ReadDouble ( ) : double | ||
ReadFully ( byte b ) : void | ||
ReadFully ( byte b, int off, int len ) : void | ||
ReadInt16 ( ) : short | ||
ReadInt32 ( ) : int | ||
ReadInt64 ( ) : long | ||
ReadSByte ( ) : sbyte | ||
ReadSingle ( ) : float | ||
ReadString ( ) : string | ||
ReadStringZ ( ) : string |
Read a string of 8-bit characters terminated by a zero. The zero is consumed.
|
|
ReadUInt16 ( ) : ushort | ||
ReadUTF ( ) : string | ||
Reset ( ) : void | ||
SkipBytes ( int n ) : int |
Method | Description | |
---|---|---|
NeedInput ( int need ) : void |
public LCMDataInputStream ( byte buf ) : System | ||
buf | byte | |
return | System |
public LCMDataInputStream ( byte buf, int offset, int len ) : System | ||
buf | byte | |
offset | int | |
len | int | |
return | System |
public ReadFully ( byte b, int off, int len ) : void | ||
b | byte | |
off | int | |
len | int | |
return | void |