Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public BeginWrite ( byte array, int offset, int numBytes, AsyncCallback userCallback, object stateObject ) : IAsyncResult | ||
array | byte | |
offset | int | |
numBytes | int | |
userCallback | AsyncCallback | |
stateObject | object | |
return | IAsyncResult |
public UnbufferedFileStream ( SafeFileHandle fileHandle, FileAccess access, int bufferSize, bool isAsync ) : System | ||
fileHandle | SafeFileHandle | |
access | FileAccess | |
bufferSize | int | |
isAsync | bool | |
return | System |
public Write ( byte array, int offset, int count ) : void | ||
array | byte | |
offset | int | |
count | int | |
return | void |