C# 클래스 Server.FileOperations.UnbufferedFileStream

상속: System.IO.FileStream
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
BeginWrite ( byte array, int offset, int numBytes, AsyncCallback userCallback, object stateObject ) : IAsyncResult
UnbufferedFileStream ( SafeFileHandle fileHandle, FileAccess access, int bufferSize, bool isAsync ) : System
Write ( byte array, int offset, int count ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

BeginWrite() 공개 메소드

public BeginWrite ( byte array, int offset, int numBytes, AsyncCallback userCallback, object stateObject ) : IAsyncResult
array byte
offset int
numBytes int
userCallback AsyncCallback
stateObject object
리턴 IAsyncResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

UnbufferedFileStream() 공개 메소드

public UnbufferedFileStream ( SafeFileHandle fileHandle, FileAccess access, int bufferSize, bool isAsync ) : System
fileHandle SafeFileHandle
access FileAccess
bufferSize int
isAsync bool
리턴 System

Write() 공개 메소드

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