C# Class hobd.SerialRawStream

Inheritance: IStream
ファイルを表示 Open project: cail/hobd

Public Methods

Method Description
Close ( ) : void
HasData ( ) : bool
Open ( String url ) : void
ParseUrl ( string url ) : string[]
Read ( ) : byte[]
SerialRawStream ( ) : System
Write ( byte array, int offset, int length ) : void

Method Details

Close() public method

public Close ( ) : void
return void

HasData() public method

public HasData ( ) : bool
return bool

Open() public method

public Open ( String url ) : void
url String
return void

ParseUrl() public static method

public static ParseUrl ( string url ) : string[]
url string
return string[]

Read() public method

public Read ( ) : byte[]
return byte[]

SerialRawStream() public method

public SerialRawStream ( ) : System
return System

Write() public method

public Write ( byte array, int offset, int length ) : void
array byte
offset int
length int
return void