C# Class GameCreator.Projects.GMKIn

Inheritance: System.IO.Stream
Mostra file Open project: joshwyant/game-creator Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
GMKIn ( System source ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, System origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Private Methods

Method Description
FillBuffer ( ) : void
GenerateSwapTable ( int seed ) : ].int[

Method Details

Flush() public method

public Flush ( ) : void
return void

GMKIn() public method

public GMKIn ( System source ) : System
source System
return System

Read() public method

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

Seek() public method

public Seek ( long offset, System origin ) : long
offset long
origin System
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