C# Class Stratosphere.Block.FileSystem.FileSystemBlock

Inheritance: FileSystemBase, IBlock
Exibir arquivo Open project: petrohi/Stratosphere

Public Methods

Method Description
Delete ( ) : void
FileSystemBlock ( string fileName ) : System
Read ( Action action ) : void
Write ( Action action ) : void

Method Details

Delete() public method

public Delete ( ) : void
return void

FileSystemBlock() public method

public FileSystemBlock ( string fileName ) : System
fileName string
return System

Read() public method

public Read ( Action action ) : void
action Action
return void

Write() public method

public Write ( Action action ) : void
action Action
return void