The following tables list the members exposed by BufferedDataStream.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
BufferedDataStream | Overloaded. |
Protected Fields
Name | Description | |
---|---|---|
![]() |
_garbageBuf | |
![]() |
_in | |
![]() |
_out | |
![]() |
_outBuf | |
![]() |
_s | |
![]() ![]() |
boolByteStride | |
![]() ![]() |
charByteStride | |
![]() ![]() |
doubleByteStride | |
![]() ![]() |
floatByteStride | |
![]() ![]() |
intByteStride | |
![]() ![]() |
longByteStride | |
![]() |
primitiveArrayCount | |
![]() ![]() |
sbyteByteStride | |
![]() ![]() |
shortByteStride |
Public Properties
Name | Description | |
---|---|---|
![]() |
CanRead | Overridden. |
![]() |
CanSeek | Overridden. |
![]() |
CanTimeout | Gets a value that determines whether the current stream can time out. (inherited from Stream) |
![]() |
CanWrite | Overridden. |
![]() |
Length | Overridden. |
![]() |
Position | Overridden. |
![]() |
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 | Overridden. |
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginRead | Begins an asynchronous read operation. (inherited from Stream) |
![]() |
BeginWrite | Begins an asynchronous write operation. (inherited from Stream) |
![]() |
Close | Overridden. Closed the input/output buffer streams |
![]() |
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 | Overridden. Flushes/Clears the output 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. |
![]() |
ReadArray | Overridden. Read an object. An EOF will be signaled if the object cannot be fully read. The getPrimitiveArrayCount() method may then be used to get a minimum number of bytes read. |
![]() |
ReadBoolean | Overridden. |
![]() |
ReadByte | Overridden. |
![]() |
ReadChar | Overridden. |
![]() |
ReadDouble | Overridden. |
![]() |
ReadInt16 | Overridden. |
![]() |
ReadInt32 | Overridden. |
![]() |
ReadInt64 | Overridden. |
![]() |
ReadSByte | Overridden. |
![]() |
ReadSingle | Overridden. |
![]() |
Seek | Overloaded. |
![]() |
SetLength | Overridden. |
![]() |
ToString | Returns a |
![]() |
Write | Overloaded. |
![]() |
WriteArray | Overridden. This routine provides efficient writing of arrays of any primitive type. The String class is also handled but it is an error to invoke this method with an object that is not an array of these types. If the array is multidimensional, then it calls itself recursively to write the entire array. Strings are written using the standard 1 byte format (i.e., as in writeBytes). * If the array is an array of objects, then writePrimitiveArray will be called for each element of the array. * |
![]() |
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 |
![]() |
PrimitiveArrayRecurse | Read recursively over a multi-dimensional array. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
BufferedDataStream | Overloaded. |