Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Stratosphere
Block
FileSystem
FileSystemBlock
C# Class Stratosphere.Block.FileSystem.FileSystemBlock
Inheritance:
FileSystemBase
,
IBlock
Show file
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