C# Class javazoom.jl.decoder.BackStream

显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
BackStream ( Stream s, int backBufferSize ) : System
Close ( ) : void
Read ( sbyte toRead, int offset, int length ) : int
UnRead ( int length ) : void

Method Details

BackStream() public method

public BackStream ( Stream s, int backBufferSize ) : System
s Stream
backBufferSize int
return System

Close() public method

public Close ( ) : void
return void

Read() public method

public Read ( sbyte toRead, int offset, int length ) : int
toRead sbyte
offset int
length int
return int

UnRead() public method

public UnRead ( int length ) : void
length int
return void