C# Class SharpCifs.Util.Sharpen.InputStream

Inheritance: IDisposable
Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Protected Properties

Свойство Type Description
BaseStream Stream
Wrapped Stream

Private Properties

Свойство Type Description
CanSeek bool
GetWrappedStream Stream
Wrap InputStream

Méthodes publiques

Méthode Description
Available ( ) : int
Close ( ) : void
Dispose ( ) : void
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

Private Methods

Méthode Description
CanSeek ( ) : bool
GetWrappedStream ( ) : Stream
Wrap ( Stream s ) : InputStream

Method Details

Available() public méthode

public Available ( ) : int
Résultat int

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

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

BaseStream protected_oe property

protected Stream BaseStream
Résultat Stream

Wrapped protected_oe property

protected Stream Wrapped
Résultat Stream