The following tables list the members exposed by BufferedFile.

Public Constructors

  Name Description
Static Public method BufferedFile Overloaded.  
Top

Protected Fields

  Name Description
Family field _garbageBuf   (inherited from BufferedDataStream)
Family field _in   (inherited from BufferedDataStream)
Family field _out   (inherited from BufferedDataStream)
Family field _outBuf   (inherited from BufferedDataStream)
Family field _s   (inherited from BufferedDataStream)
Family field primitiveArrayCount   (inherited from BufferedDataStream)
Top

Public Properties

  Name Description
Public property CanRead   (inherited from BufferedDataStream)
Public property CanSeek   (inherited from BufferedDataStream)
Public property CanTimeout Gets a value that determines whether the current stream can time out. (inherited from Stream)
Public property CanWrite   (inherited from BufferedDataStream)
Public property FilePointer Get the current position in the stream
Public property Length   (inherited from BufferedDataStream)
Public property Position   (inherited from BufferedDataStream)
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   (inherited from BufferedDataStream)
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 Closed the input/output buffer streams (inherited from BufferedDataStream)
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 Flushes/Clears the output stream (inherited from BufferedDataStream)
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.   (inherited from BufferedDataStream)
Public method ReadArray 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. (inherited from BufferedDataStream)
Public method ReadBoolean   (inherited from BufferedDataStream)
Public method ReadByte   (inherited from BufferedDataStream)
Public method ReadChar   (inherited from BufferedDataStream)
Public method ReadDouble   (inherited from BufferedDataStream)
Public method ReadInt16   (inherited from BufferedDataStream)
Public method ReadInt32   (inherited from BufferedDataStream)
Public method ReadInt64   (inherited from BufferedDataStream)
Public method ReadSByte   (inherited from BufferedDataStream)
Public method ReadSingle   (inherited from BufferedDataStream)
Public method Seek Overloaded.   (inherited from BufferedDataStream)
Public method SetLength   (inherited from BufferedDataStream)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Write Overloaded.   (inherited from BufferedDataStream)
Public method WriteArray 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. * (inherited from BufferedDataStream)
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. (inherited from BufferedDataStream)
Top

Explicit Interface Implementations

  Name Description
Static Private method BufferedFile Overloaded.  
Top

See Also