C# Class DeveMazeGenerator.InnerMaps.InnerMapHelpers.CompleteHDArray

Inheritance: IDisposable
Show file Open project: devedse/DeveMazeGenerator Class Usage Examples

Public Methods

Method Description
CompleteHDArray ( long size ) : System
Dispose ( ) : void
ReadIntArray ( long pos, int count ) : int[]
WriteIntArray ( long pos, int array ) : void

Private Methods

Method Description
GetRandomFileName ( ) : String

Method Details

CompleteHDArray() public method

public CompleteHDArray ( long size ) : System
size long
return System

Dispose() public method

public Dispose ( ) : void
return void

ReadIntArray() public method

public ReadIntArray ( long pos, int count ) : int[]
pos long
count int
return int[]

WriteIntArray() public method

public WriteIntArray ( long pos, int array ) : void
pos long
array int
return void