C# Class LCM.LCM.LCMDataInputStream

Will not throw EOF.
Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: mlab-upenn/arch-apex Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
NeedInput ( int need ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

LCMDataInputStream() public méthode

public LCMDataInputStream ( byte buf ) : System
buf byte
Résultat System

LCMDataInputStream() public méthode

public LCMDataInputStream ( byte buf, int offset, int len ) : System
buf byte
offset int
len int
Résultat System

ReadBoolean() public méthode

public ReadBoolean ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadChar() public méthode

public ReadChar ( ) : char
Résultat char

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadFully() public méthode

public ReadFully ( byte b ) : void
b byte
Résultat void

ReadFully() public méthode

public ReadFully ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadInt64() public méthode

public ReadInt64 ( ) : long
Résultat long

ReadSByte() public méthode

public ReadSByte ( ) : sbyte
Résultat sbyte

ReadSingle() public méthode

public ReadSingle ( ) : float
Résultat float

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ReadStringZ() public méthode

Read a string of 8-bit characters terminated by a zero. The zero is consumed.
public ReadStringZ ( ) : string
Résultat string

ReadUInt16() public méthode

public ReadUInt16 ( ) : ushort
Résultat ushort

ReadUTF() public méthode

public ReadUTF ( ) : string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

SkipBytes() public méthode

public SkipBytes ( int n ) : int
n int
Résultat int