C# Class RemObjects.InternetPack.BoundIncomingStream

Inheritance: Stream
显示文件 Open project: remobjects/internetpack

Public Methods

Method Description
BoundIncomingStream ( Connection connection, Int32 size ) : System
Close ( ) : void
Flush ( ) : void
Read ( Byte buffer, Int32 offset, Int32 count ) : Int32
Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
SetLength ( System.Int64 length ) : void
Write ( Byte buffer, Int32 offset, Int32 count ) : void

Method Details

BoundIncomingStream() public method

public BoundIncomingStream ( Connection connection, Int32 size ) : System
connection Connection
size System.Int32
return System

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( Byte buffer, Int32 offset, Int32 count ) : Int32
buffer Byte
offset System.Int32
count System.Int32
return System.Int32

Seek() public method

public Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
offset System.Int64
origin SeekOrigin
return System.Int64

SetLength() public method

public SetLength ( System.Int64 length ) : void
length System.Int64
return void

Write() public method

public Write ( Byte buffer, Int32 offset, Int32 count ) : void
buffer Byte
offset System.Int32
count System.Int32
return void