C# Class Sproto.SprotoStream

Afficher le fichier Open project: lvzixun/sproto-Csharp Class Usage Examples

Méthodes publiques

Méthode Description
MoveUp ( int position, int up_count ) : void
Read ( byte buffer, int offset, int count ) : void
Seek ( int offset, SeekOrigin loc ) : int
SprotoStream ( ) : System
Write ( byte data, int offset, int count ) : void
WriteByte ( byte v ) : void
this ( int i ) : byte

Private Methods

Méthode Description
_expand ( int sz ) : void

Method Details

MoveUp() public méthode

public MoveUp ( int position, int up_count ) : void
position int
up_count int
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Seek() public méthode

public Seek ( int offset, SeekOrigin loc ) : int
offset int
loc SeekOrigin
Résultat int

SprotoStream() public méthode

public SprotoStream ( ) : System
Résultat System

Write() public méthode

public Write ( byte data, int offset, int count ) : void
data byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte v ) : void
v byte
Résultat void

this() public méthode

public this ( int i ) : byte
i int
Résultat byte