Метод | Описание | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int count, AsyncCallback callback, Object state ) : IAsyncResult | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Dispose ( bool disposing, CloseExState closeState ) : void |
Метод | Описание | |
---|---|---|
ForwardingReadStream ( Stream originalStream, Stream shadowStream, long bytesToSkip, bool throwOnWriteError ) : System | ||
ICloseEx ( CloseExState closeState ) : void | ||
ReadCallback ( IAsyncResult transportResult ) : void | ||
ReadComplete ( IAsyncResult transportResult ) : void |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | Object | |
Результат | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int count, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | Object | |
Результат | IAsyncResult |
protected final Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected Dispose ( bool disposing, CloseExState closeState ) : void | ||
disposing | bool | |
closeState | CloseExState | |
Результат | 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 |