C# Class Fan.Sys.SysInStream

SysInStream.
Inheritance: InStream
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@typeof ( ) : Type
SysInStream ( Stream input ) : System
close ( ) : bool
dotnet ( InStream ins ) : Stream

Get a System.IO.Stream for the specified input stream.

make ( Stream input, Long bufSize ) : SysInStream
r ( ) : int
read ( ) : Long
readBuf ( Buf buf, long n ) : Long
skip ( long n ) : long
unread ( int n ) : InStream
unread ( long n ) : InStream

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

SysInStream() public méthode

public SysInStream ( Stream input ) : System
input Stream
Résultat System

close() public méthode

public close ( ) : bool
Résultat bool

dotnet() public static méthode

Get a System.IO.Stream for the specified input stream.
public static dotnet ( InStream ins ) : Stream
ins InStream
Résultat Stream

make() public static méthode

public static make ( Stream input, Long bufSize ) : SysInStream
input Stream
bufSize Long
Résultat SysInStream

r() public méthode

public r ( ) : int
Résultat int

read() public méthode

public read ( ) : Long
Résultat Long

readBuf() public méthode

public readBuf ( Buf buf, long n ) : Long
buf Buf
n long
Résultat Long

skip() public méthode

public skip ( long n ) : long
n long
Résultat long

unread() public méthode

public unread ( int n ) : InStream
n int
Résultat InStream

unread() public méthode

public unread ( long n ) : InStream
n long
Résultat InStream