C# Class Fan.Sys.FileBuf.FileBufOutStream

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

Méthodes publiques

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

Private Methods

Méthode Description
FileBufOutStream ( FileBuf parent ) : System.IO

Method Details

flush() public méthode

public flush ( ) : OutStream
Résultat OutStream

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