C# Class hessiancsharp.io.CHessianInput.HessianInputStream

A Stream for HessianInput.
Inheritance: Stream
Mostra file Open project: timfel/csharp-hessian

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
HessianInputStream ( CHessianInput hessInput ) : System
Read ( byte buffer, int offset, int length ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

HessianInputStream() public method

public HessianInputStream ( CHessianInput hessInput ) : System
hessInput CHessianInput
return System

Read() public method

public Read ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void