C# Class Fan.Sys.SysInStream

SysInStream.
Inheritance: InStream
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method 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 method

public @typeof ( ) : Type
return Type

SysInStream() public method

public SysInStream ( Stream input ) : System
input Stream
return System

close() public method

public close ( ) : bool
return bool

dotnet() public static method

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

make() public static method

public static make ( Stream input, Long bufSize ) : SysInStream
input Stream
bufSize Long
return SysInStream

r() public method

public r ( ) : int
return int

read() public method

public read ( ) : Long
return Long

readBuf() public method

public readBuf ( Buf buf, long n ) : Long
buf Buf
n long
return Long

skip() public method

public skip ( long n ) : long
n long
return long

unread() public method

public unread ( int n ) : InStream
n int
return InStream

unread() public method

public unread ( long n ) : InStream
n long
return InStream