C# Class 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.
Inheritance: Source
显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
InputStreamSource ( System in_Renamed ) : System
length ( ) : long
read ( sbyte b, int offs, int len ) : int
seek ( long to ) : long
tell ( ) : long
willReadBlock ( ) : bool

Method Details

InputStreamSource() public method

public InputStreamSource ( System in_Renamed ) : System
in_Renamed System
return System

length() public method

public length ( ) : long
return long

read() public method

public read ( sbyte b, int offs, int len ) : int
b sbyte
offs int
len int
return int

seek() public method

public seek ( long to ) : long
to long
return long

tell() public method

public tell ( ) : long
return long

willReadBlock() public method

public willReadBlock ( ) : bool
return bool