C# Class Fan.Sys.SysInStream.PushbackStream

Inheritance: Stream
Mostra file Open project: xored/f4

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
PushbackStream ( Stream parent, int size ) : System
Read ( byte buf, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long val ) : void
Unread ( int b ) : void
Write ( byte buf, int offset, int count ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

PushbackStream() public method

public PushbackStream ( Stream parent, int size ) : System
parent Stream
size int
return System

Read() public method

public Read ( byte buf, int offset, int count ) : int
buf byte
offset int
count int
return int

Seek() public method

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

SetLength() public method

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

Unread() public method

public Unread ( int b ) : void
b int
return void

Write() public method

public Write ( byte buf, int offset, int count ) : void
buf byte
offset int
count int
return void