The following tables list the members exposed by RandomAccess.
Protected Constructors
| Name | Description | |
|---|---|---|
|
RandomAccess | Initializes a new instance of the |
Public Properties
| Name | Description | |
|---|---|---|
|
CanRead | When overridden in a derived class, gets a value indicating whether the current stream supports reading. (inherited from Stream) |
|
CanSeek | When overridden in a derived class, gets a value indicating whether the current stream supports seeking. (inherited from Stream) |
|
CanTimeout | Gets a value that determines whether the current stream can time out. (inherited from Stream) |
|
CanWrite | When overridden in a derived class, gets a value indicating whether the current stream supports writing. (inherited from Stream) |
|
Length | When overridden in a derived class, gets the length in bytes of the stream. (inherited from Stream) |
|
Position | When overridden in a derived class, gets or sets the position within the current stream. (inherited from Stream) |
|
ReadTimeout | Gets or sets a value that determines how long the stream will attempt to read before timing out. (inherited from Stream) |
|
WriteTimeout | Gets or sets a value that determines how long the stream will attempt to write before timing out. (inherited from Stream) |
Protected Properties
| Name | Description | |
|---|---|---|
|
BaseStream | (inherited from ArrayDataIO) |
Public Methods
| Name | Description | |
|---|---|---|
|
BeginRead | Begins an asynchronous read operation. (inherited from Stream) |
|
BeginWrite | Begins an asynchronous write operation. (inherited from Stream) |
|
Close | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (inherited from Stream) |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
|
Dispose | Overloaded. Releases all resources used by the |
|
EndRead | Waits for the pending asynchronous read to complete. (inherited from Stream) |
|
EndWrite | Ends an asynchronous write operation. (inherited from Stream) |
|
Equals | Determines whether the specified |
|
Flush | When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. (inherited from Stream) |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
GetType | Gets the |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
Read | Overloaded. Read a complete primitive array (inherited from ArrayDataIO) |
|
ReadArray | (inherited from ArrayDataIO) |
|
ReadBoolean | (inherited from ArrayDataIO) |
|
ReadByte | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (inherited from Stream) |
|
ReadChar | (inherited from ArrayDataIO) |
|
ReadDouble | (inherited from ArrayDataIO) |
|
ReadInt16 | (inherited from ArrayDataIO) |
|
ReadInt32 | (inherited from ArrayDataIO) |
|
ReadInt64 | (inherited from ArrayDataIO) |
|
ReadSByte | (inherited from ArrayDataIO) |
|
ReadSingle | (inherited from ArrayDataIO) |
|
Seek | Overloaded. When overridden in a derived class, sets the position within the current stream. (inherited from ArrayDataIO) |
|
SetLength | When overridden in a derived class, sets the length of the current stream. (inherited from Stream) |
|
ToString | Returns a |
|
Write | Overloaded. When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (inherited from ArrayDataIO) |
|
WriteArray | (inherited from ArrayDataIO) |
|
WriteByte | Writes a byte to the current position in the stream and advances the position within the stream by one byte. (inherited from Stream) |
Protected Methods
| Name | Description | |
|---|---|---|
|
CreateWaitHandle | Allocates a |
|
Dispose | Overloaded. Releases all resources used by the |
|
Finalize | Allows an |
|
MemberwiseClone | Overloaded. Creates a shallow copy of the current |