The following tables list the members exposed by BufferedDataStream.

Public Constructors

  Name Description
Static Public method BufferedDataStream Overloaded.  
Top

Protected Fields

Public Properties

  Name Description
Public property CanRead Overridden.  
Public property CanSeek Overridden.  
Public property CanTimeout Gets a value that determines whether the current stream can time out. (inherited from Stream)
Public property CanWrite Overridden.  
Public property Length Overridden.  
Public property Position Overridden.  
Public property ReadTimeout Gets or sets a value that determines how long the stream will attempt to read before timing out. (inherited from Stream)
Public property WriteTimeout Gets or sets a value that determines how long the stream will attempt to write before timing out. (inherited from Stream)
Top

Protected Properties

  Name Description
Family property BaseStream Overridden.  
Top

Public Methods

  Name Description
Public method BeginRead Begins an asynchronous read operation. (inherited from Stream)
Public method BeginWrite Begins an asynchronous write operation. (inherited from Stream)
Public method Close Overridden. Closed the input/output buffer streams
Public method 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)
Public method Dispose Overloaded. Releases all resources used by the Stream object. (inherited from Stream)
Public method EndRead Waits for the pending asynchronous read to complete. (inherited from Stream)
Public method EndWrite Ends an asynchronous write operation. (inherited from Stream)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method Flush Overridden. Flushes/Clears the output stream
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Read Overloaded.  
Public method 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.
Public method ReadBoolean Overridden.  
Public method ReadByte Overridden.  
Public method ReadChar Overridden.  
Public method ReadDouble Overridden.  
Public method ReadInt16 Overridden.  
Public method ReadInt32 Overridden.  
Public method ReadInt64 Overridden.  
Public method ReadSByte Overridden.  
Public method ReadSingle Overridden.  
Public method Seek Overloaded.  
Public method SetLength Overridden.  
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Write Overloaded.  
Public method 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. *
Public method WriteByte Writes a byte to the current position in the stream and advances the position within the stream by one byte. (inherited from Stream)
Top

Protected Methods

  Name Description
Family method CreateWaitHandle Allocates a WaitHandle object. (inherited from Stream)
Family method Dispose Overloaded. Releases all resources used by the Stream object. (inherited from Stream)
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Overloaded. Creates a shallow copy of the current Object. (inherited from MarshalByRefObject)
Family method PrimitiveArrayRecurse Read recursively over a multi-dimensional array.
Top

Explicit Interface Implementations

  Name Description
Static Private method BufferedDataStream Overloaded.  
Top

See Also