C# Class Server.FileOperations.UnbufferedFileStream

Inheritance: System.IO.FileStream
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

BeginWrite() public méthode

public BeginWrite ( byte array, int offset, int numBytes, AsyncCallback userCallback, object stateObject ) : IAsyncResult
array byte
offset int
numBytes int
userCallback AsyncCallback
stateObject object
Résultat IAsyncResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

UnbufferedFileStream() public méthode

public UnbufferedFileStream ( SafeFileHandle fileHandle, FileAccess access, int bufferSize, bool isAsync ) : System
fileHandle SafeFileHandle
access FileAccess
bufferSize int
isAsync bool
Résultat System

Write() public méthode

public Write ( byte array, int offset, int count ) : void
array byte
offset int
count int
Résultat void