C# Class csogg.StreamState

Summary description for StreamState.
ファイルを表示 Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
e_o_s int

Public Methods

Method Description
StreamState ( ) : System
StreamState ( int serialno ) : System
body_expand ( int needed ) : void
clear ( ) : void
destroy ( ) : void
eof ( ) : int
flush ( Page og ) : int
init ( ) : void
init ( int serialno ) : void
lacing_expand ( int needed ) : void
packetin ( Packet op ) : int
packetout ( Packet op ) : int
pagein ( Page og ) : int
pageout ( Page og ) : int
reset ( ) : int

Method Details

StreamState() public method

public StreamState ( ) : System
return System

StreamState() public method

public StreamState ( int serialno ) : System
serialno int
return System

body_expand() public method

public body_expand ( int needed ) : void
needed int
return void

clear() public method

public clear ( ) : void
return void

destroy() public method

public destroy ( ) : void
return void

eof() public method

public eof ( ) : int
return int

flush() public method

public flush ( Page og ) : int
og Page
return int

init() public method

public init ( ) : void
return void

init() public method

public init ( int serialno ) : void
serialno int
return void

lacing_expand() public method

public lacing_expand ( int needed ) : void
needed int
return void

packetin() public method

public packetin ( Packet op ) : int
op Packet
return int

packetout() public method

public packetout ( Packet op ) : int
op Packet
return int

pagein() public method

public pagein ( Page og ) : int
og Page
return int

pageout() public method

public pageout ( Page og ) : int
og Page
return int

reset() public method

public reset ( ) : int
return int

Property Details

e_o_s public_oe property

public int e_o_s
return int