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

상속: InputStream
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
ObjectInputStream ( System stream ) : System
close ( ) : void
read ( byte b ) : int
read ( byte b, int off, int len ) : int
readObject ( ) : object

메소드 상세

ObjectInputStream() 공개 메소드

public ObjectInputStream ( System stream ) : System
stream System
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

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

readObject() 공개 메소드

public readObject ( ) : object
리턴 object