C# Class Fan.Sys.MemBuf.MemBufInStream

Inheritance: InStream
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
peek ( ) : Long
r ( ) : int
read ( ) : Long
readBuf ( Buf other, long n ) : Long
skip ( long n ) : long
unread ( int n ) : InStream
unread ( long n ) : InStream

Private Methods

Méthode Description
MemBufInStream ( MemBuf parent ) : System.IO

Method Details

peek() public méthode

public peek ( ) : Long
Résultat Long

r() public méthode

public r ( ) : int
Résultat int

read() public méthode

public read ( ) : Long
Résultat Long

readBuf() public méthode

public readBuf ( Buf other, long n ) : Long
other Buf
n long
Résultat Long

skip() public méthode

public skip ( long n ) : long
n long
Résultat long

unread() public méthode

public unread ( int n ) : InStream
n int
Résultat InStream

unread() public méthode

public unread ( long n ) : InStream
n long
Résultat InStream