C# Class Sharpen.FilterInputStream

Inheritance: InputStream
Afficher le fichier Open project: nonorganic/dssnet

Protected Properties

Свойство Type Description
@in InputStream

Méthodes publiques

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

public Available ( ) : int
Résultat int

Close() public méthode

public Close ( ) : void
Résultat void

FilterInputStream() public méthode

public FilterInputStream ( InputStream s ) : System
s InputStream
Résultat System

Mark() public méthode

public Mark ( int readlimit ) : void
readlimit int
Résultat void

MarkSupported() public méthode

public MarkSupported ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( byte buf ) : int
buf byte
Résultat int

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

Skip() public méthode

public Skip ( long cnt ) : long
cnt long
Résultat long

Property Details

@in protected_oe property

protected InputStream,Sharpen @in
Résultat InputStream