C# Class SharpCifs.Util.Sharpen.PipedInputStream

Inheritance: InputStream
Afficher le fichier Open project: brandonprry/Potato

Protected Properties

Свойство Type Description
Buffer byte[]

Méthodes publiques

Méthode Description
Available ( ) : int
Close ( ) : void
PipedInputStream ( ) : System
PipedInputStream ( PipedOutputStream os ) : System
Read ( ) : int
Read ( byte b, int offset, int len ) : int

Private Methods

Méthode Description
Allocate ( int len ) : int
TryAllocate ( int len ) : int
Write ( byte b, int offset, int len ) : void
Write ( int b ) : void

Method Details

Available() public méthode

public Available ( ) : int
Résultat int

Close() public méthode

public Close ( ) : void
Résultat void

PipedInputStream() public méthode

public PipedInputStream ( ) : System
Résultat System

PipedInputStream() public méthode

public PipedInputStream ( PipedOutputStream os ) : System
os PipedOutputStream
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

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

Property Details

Buffer protected_oe property

protected byte[] Buffer
Résultat byte[]