C# Class xNet.HttpResponse.ReceiverHelper

ファイルを表示 Open project: X-rus/xNet

Public Methods

Method Description
Init ( Stream stream ) : void
Read ( byte buffer, int index, int length ) : int
ReadLine ( ) : string
ReceiverHelper ( int bufferSize ) : System

Method Details

Init() public method

public Init ( Stream stream ) : void
stream Stream
return void

Read() public method

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

ReadLine() public method

public ReadLine ( ) : string
return string

ReceiverHelper() public method

public ReceiverHelper ( int bufferSize ) : System
bufferSize int
return System