C# 클래스 javazoom.jl.decoder.InputStreamSource

Work In Progress. An instance of InputStreamSource implements a Source that provides data from an InputStream . Seeking functionality is not supported.
상속: Source
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
InputStreamSource ( System in_Renamed ) : System
length ( ) : long
read ( sbyte b, int offs, int len ) : int
seek ( long to ) : long
tell ( ) : long
willReadBlock ( ) : bool

메소드 상세

InputStreamSource() 공개 메소드

public InputStreamSource ( System in_Renamed ) : System
in_Renamed System
리턴 System

length() 공개 메소드

public length ( ) : long
리턴 long

read() 공개 메소드

public read ( sbyte b, int offs, int len ) : int
b sbyte
offs int
len int
리턴 int

seek() 공개 메소드

public seek ( long to ) : long
to long
리턴 long

tell() 공개 메소드

public tell ( ) : long
리턴 long

willReadBlock() 공개 메소드

public willReadBlock ( ) : bool
리턴 bool