C# 클래스 ZfsSharp.HardDisks.FileHardDisk

상속: HardDisk
파일 보기 프로젝트 열기: AustinWise/ZfsSharp 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FileHardDisk ( string path ) : System
ReadBytes ( ArraySegment dest, long offset ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileHardDisk() 공개 메소드

public FileHardDisk ( string path ) : System
path string
리턴 System

ReadBytes() 공개 메소드

public ReadBytes ( ArraySegment dest, long offset ) : void
dest ArraySegment
offset long
리턴 void