C# Class ilcc.Runtime.SpecialCStream

Inheritance: ProxyStream
Afficher le fichier Open project: soywiz/ilcc

Méthodes publiques

Méthode Description
Read ( byte buffer, int offset, int count ) : int
SpecialCStream ( Stream ParentStream ) : System
ungetc ( sbyte c ) : void

Method Details

Read() public méthode

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

SpecialCStream() public méthode

public SpecialCStream ( Stream ParentStream ) : System
ParentStream Stream
Résultat System

ungetc() public méthode

public ungetc ( sbyte c ) : void
c sbyte
Résultat void