C# 클래스 com.codename1.impl.InputStreamProxy

상속: java.io.InputStream
파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort

공개 메소드들

메소드 설명
InputStreamProxy ( Stream internalStream ) : System
available ( ) : int
close ( ) : void
mark ( int readlimit ) : void
markSupported ( ) : bool
read ( ) : int
read ( global n1 ) : int
read ( global n1, int n2, int n3 ) : int
reset ( ) : void
skip ( long n ) : long

메소드 상세

InputStreamProxy() 공개 메소드

public InputStreamProxy ( Stream internalStream ) : System
internalStream Stream
리턴 System

available() 공개 메소드

public available ( ) : int
리턴 int

close() 공개 메소드

public close ( ) : void
리턴 void

mark() 공개 메소드

public mark ( int readlimit ) : void
readlimit int
리턴 void

markSupported() 공개 메소드

public markSupported ( ) : bool
리턴 bool

read() 공개 메소드

public read ( ) : int
리턴 int

read() 공개 메소드

public read ( global n1 ) : int
n1 global
리턴 int

read() 공개 메소드

public read ( global n1, int n2, int n3 ) : int
n1 global
n2 int
n3 int
리턴 int

reset() 공개 메소드

public reset ( ) : void
리턴 void

skip() 공개 메소드

public skip ( long n ) : long
n long
리턴 long