C# Class Fan.Sys.SysInStream.DotnetInputStream

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

Méthodes publiques

Méthode Description
Close ( ) : void
DotnetInputStream ( InStream ins ) : System
Flush ( ) : void
Read ( byte b, int off, int len ) : int
Seek ( long off, SeekOrigin origin ) : long
SetLength ( long val ) : void
Write ( byte b, int off, int len ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DotnetInputStream() public méthode

public DotnetInputStream ( InStream ins ) : System
ins InStream
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int

Seek() public méthode

public Seek ( long off, SeekOrigin origin ) : long
off long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long val ) : void
val long
Résultat void

Write() public méthode

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void