Метод | Описание | |
---|---|---|
BeginRead ( byte buffer, int offset, int numBytes, AsyncCallback userCallback, Object stateObject ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int numBytes, AsyncCallback userCallback, Object stateObject ) : IAsyncResult | ||
Close ( ) : void | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
EnsureQuota ( long size ) : void | ||
QuotaEnforcedStream ( Stream originalStream, bool isRoaming ) : System.Diagnostics.CodeAnalysis |
public BeginRead ( byte buffer, int offset, int numBytes, AsyncCallback userCallback, Object stateObject ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
numBytes | int | |
userCallback | AsyncCallback | |
stateObject | Object | |
Результат | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int numBytes, AsyncCallback userCallback, Object stateObject ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
numBytes | int | |
userCallback | AsyncCallback | |
stateObject | Object | |
Результат | IAsyncResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
Результат | int |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
Результат | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
Результат | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | void |