C# Class Sharpen.FilterInputStream

Inheritance: InputStream
Show file Open project: nonorganic/dssnet

Protected Properties

Property Type Description
@in InputStream

Public Methods

Method Description
Available ( ) : int
Close ( ) : void
FilterInputStream ( InputStream s ) : System
Mark ( int readlimit ) : void
MarkSupported ( ) : bool
Read ( ) : int
Read ( byte buf ) : int
Read ( byte b, int off, int len ) : int
Reset ( ) : void
Skip ( long cnt ) : long

Method Details

Available() public method

public Available ( ) : int
return int

Close() public method

public Close ( ) : void
return void

FilterInputStream() public method

public FilterInputStream ( InputStream s ) : System
s InputStream
return System

Mark() public method

public Mark ( int readlimit ) : void
readlimit int
return void

MarkSupported() public method

public MarkSupported ( ) : bool
return bool

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( byte buf ) : int
buf byte
return int

Read() public method

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
return int

Reset() public method

public Reset ( ) : void
return void

Skip() public method

public Skip ( long cnt ) : long
cnt long
return long

Property Details

@in protected property

protected InputStream,Sharpen @in
return InputStream