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

상속: System.IO.MemoryStream, InputStream
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
ByteArrayInputStream ( byte buf ) : System
close ( ) : void
read ( byte b ) : int
read ( byte b, int off, int len ) : int

메소드 상세

ByteArrayInputStream() 공개 메소드

public ByteArrayInputStream ( byte buf ) : System
buf byte
리턴 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