C# 클래스 ilcc.Runtime.SpecialCStream

상속: ProxyStream
파일 보기 프로젝트 열기: soywiz/ilcc

공개 메소드들

메소드 설명
Read ( byte buffer, int offset, int count ) : int
SpecialCStream ( Stream ParentStream ) : System
ungetc ( sbyte c ) : void

메소드 상세

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

SpecialCStream() 공개 메소드

public SpecialCStream ( Stream ParentStream ) : System
ParentStream Stream
리턴 System

ungetc() 공개 메소드

public ungetc ( sbyte c ) : void
c sbyte
리턴 void