C# Class ilcc.Runtime.SpecialCStream

Inheritance: ProxyStream
显示文件 Open project: soywiz/ilcc

Public Methods

Method Description
Read ( byte buffer, int offset, int count ) : int
SpecialCStream ( Stream ParentStream ) : System
ungetc ( sbyte c ) : void

Method Details

Read() public method

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

SpecialCStream() public method

public SpecialCStream ( Stream ParentStream ) : System
ParentStream Stream
return System

ungetc() public method

public ungetc ( sbyte c ) : void
c sbyte
return void