C# 클래스 cadencii.java.io.FileInputStream

상속: System.IO.FileStream, InputStream
파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 메소드들

메소드 설명
FileInputStream ( String fileName ) : System
close ( ) : void
read ( ) : int
read ( byte b ) : int
read ( byte b, int off, int len ) : int

메소드 상세

FileInputStream() 공개 메소드

public FileInputStream ( String fileName ) : System
fileName String
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

read() 공개 메소드

public read ( ) : int
리턴 int

read() 공개 메소드

public read ( byte b ) : int
b byte
리턴 int

read() 공개 메소드

public read ( byte b, int off, int len ) : int
b byte
off int
len int
리턴 int