C# Class Fan.Sys.MemBuf.MemBufOutStream

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

Méthodes publiques

Méthode Description
w ( int v ) : OutStream
write ( long v ) : OutStream
writeBuf ( Buf other, long n ) : OutStream

Private Methods

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

Method Details

w() public final méthode

public final w ( int v ) : OutStream
v int
Résultat OutStream

write() public final méthode

public final write ( long v ) : OutStream
v long
Résultat OutStream

writeBuf() public méthode

public writeBuf ( Buf other, long n ) : OutStream
other Buf
n long
Résultat OutStream