C# Class cadencii.java.io.ByteArrayInputStream

Inheritance: System.IO.MemoryStream, InputStream
Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Méthode Description
ByteArrayInputStream ( byte buf ) : System
close ( ) : void
read ( byte b ) : int
read ( byte b, int off, int len ) : int

Method Details

ByteArrayInputStream() public méthode

public ByteArrayInputStream ( byte buf ) : System
buf byte
Résultat System

close() public méthode

public close ( ) : void
Résultat void

read() public méthode

public read ( byte b ) : int
b 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