C# 클래스 Stratosphere.Block.FileSystem.FileSystemBlock

상속: FileSystemBase, IBlock
파일 보기 프로젝트 열기: petrohi/Stratosphere

공개 메소드들

메소드 설명
Delete ( ) : void
FileSystemBlock ( string fileName ) : System
Read ( Action action ) : void
Write ( Action action ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

FileSystemBlock() 공개 메소드

public FileSystemBlock ( string fileName ) : System
fileName string
리턴 System

Read() 공개 메소드

public Read ( Action action ) : void
action Action
리턴 void

Write() 공개 메소드

public Write ( Action action ) : void
action Action
리턴 void