C# Class Fan.Sys.SysInStream.DotnetInputStream

Inheritance: Stream
Show file Open project: xored/f4

Public Methods

Method 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 method

public Close ( ) : void
return void

DotnetInputStream() public method

public DotnetInputStream ( InStream ins ) : System
ins InStream
return System

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
return int

Seek() public method

public Seek ( long off, SeekOrigin origin ) : long
off long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long val ) : void
val long
return void

Write() public method

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
return void