C# 클래스 SharpBoot.DiskStream

상속: Stream
파일 보기 프로젝트 열기: zdimension/SharpBoot

공개 메소드들

메소드 설명
Close ( ) : void
DiskStream ( string diskID, FileAccess desiredAccess ) : System
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Read ( byte buffer, uint offset, uint count ) : uint
Seek ( long offset, SeekOrigin origin ) : long
SeekU ( ulong offset, SeekOrigin origin ) : ulong
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
Write ( byte buffer, uint offset, uint count ) : void

비공개 메소드들

메소드 설명
openFile ( string id, FileAccess desiredAccess ) : SafeFileHandle

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DiskStream() 공개 메소드

public DiskStream ( string diskID, FileAccess desiredAccess ) : System
diskID string
desiredAccess FileAccess
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Read() 공개 메소드

public Read ( byte buffer, uint offset, uint count ) : uint
buffer byte
offset uint
count uint
리턴 uint

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SeekU() 공개 메소드

public SeekU ( ulong offset, SeekOrigin origin ) : ulong
offset ulong
origin SeekOrigin
리턴 ulong

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

Write() 공개 메소드

public Write ( byte buffer, uint offset, uint count ) : void
buffer byte
offset uint
count uint
리턴 void