C# Class Stratosphere.Block.FileSystem.FileSystemBlock

Inheritance: FileSystemBase, IBlock
Afficher le fichier Open project: petrohi/Stratosphere

Méthodes publiques

Méthode Description
Delete ( ) : void
FileSystemBlock ( string fileName ) : System
Read ( Action action ) : void
Write ( Action action ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

FileSystemBlock() public méthode

public FileSystemBlock ( string fileName ) : System
fileName string
Résultat System

Read() public méthode

public Read ( Action action ) : void
action Action
Résultat void

Write() public méthode

public Write ( Action action ) : void
action Action
Résultat void