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
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode 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 méthode

public InputStreamSource ( System in_Renamed ) : System
in_Renamed System
Résultat System

length() public méthode

public length ( ) : long
Résultat long

read() public méthode

public read ( sbyte b, int offs, int len ) : int
b sbyte
offs int
len int
Résultat int

seek() public méthode

public seek ( long to ) : long
to long
Résultat long

tell() public méthode

public tell ( ) : long
Résultat long

willReadBlock() public méthode

public willReadBlock ( ) : bool
Résultat bool