C# Class _04_GuessTheNumberTurnTheTables.FileSystemDatabase

显示文件 Open project: mbrezu/Shovel Class Usage Examples

Public Methods

Method Description
FileSystemDatabase ( string directory ) : System
GetFreshId ( ) : int
Read ( int key ) : byte[]>.Dictionary
Write ( int key, byte[]>.Dictionary obj ) : void

Method Details

FileSystemDatabase() public method

public FileSystemDatabase ( string directory ) : System
directory string
return System

GetFreshId() public method

public GetFreshId ( ) : int
return int

Read() public method

public Read ( int key ) : byte[]>.Dictionary
key int
return byte[]>.Dictionary

Write() public method

public Write ( int key, byte[]>.Dictionary obj ) : void
key int
obj byte[]>.Dictionary
return void