Provides a generic view of a sequence of bytes.
Stream Class Members |
|
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | CanRead | Boolean | [ Get ] |
| public | CanSeek | Boolean | [ Get ] |
| public | CanTimeout | Boolean | [ Get ] |
| public | CanWrite | Boolean | [ Get ] |
| public | Length | Int64 | [ Get ] |
| public | Position | Int64 | [ Get , Set ] |
| public | ReadTimeout | Int32 | [ Get , Set ] |
| public | WriteTimeout | Int32 | [ Get , Set ] |
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public | BeginRead | ( Byte buffer , Int32 offset , Int32 count , AsyncCallback callback , Object state ) | IAsyncResult |
| public | BeginWrite | ( Byte buffer , Int32 offset , Int32 count , AsyncCallback callback , Object state ) | IAsyncResult |
| public | Close | ( ) | Void |
| protected | CreateWaitHandle | ( ) | WaitHandle |
| public | Dispose | ( ) | Void |
| protected | Dispose | ( Boolean disposing ) | Void |
| public | EndRead | ( IAsyncResult asyncResult ) | Int32 |
| public | EndWrite | ( IAsyncResult asyncResult ) | Void |
| public | Flush | ( ) | Void |
| public | Read | ( Byte buffer , Int32 offset , Int32 count ) | Int32 |
| public | ReadByte | ( ) | Int32 |
| public | Seek | ( Int64 offset , SeekOrigin origin ) | Int64 |
| public | SetLength | ( Int64 value ) | Void |
| public static | Synchronized | ( Stream stream ) | Stream |
| public | Write | ( Byte buffer , Int32 offset , Int32 count ) | Void |
| public | WriteByte | ( Byte value ) | Void |
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme