C# Class mhe.ByteStream

Show file Open project: icedmaster/mhe Class Usage Examples

Public Methods

Method Description
ByteStream ( byte b ) : System
Read ( int num ) : string
ReadBytes ( int num ) : byte[]

Method Details

ByteStream() public method

public ByteStream ( byte b ) : System
b byte
return System

Read() public method

public Read ( int num ) : string
num int
return string

ReadBytes() public method

public ReadBytes ( int num ) : byte[]
num int
return byte[]