The following tables list the members exposed by BufferedFile.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
BufferedFile | Overloaded. |
Protected Fields
Name | Description | |
---|---|---|
![]() |
_garbageBuf | (inherited from BufferedDataStream) |
![]() |
_in | (inherited from BufferedDataStream) |
![]() |
_out | (inherited from BufferedDataStream) |
![]() |
_outBuf | (inherited from BufferedDataStream) |
![]() |
_s | (inherited from BufferedDataStream) |
![]() |
primitiveArrayCount | (inherited from BufferedDataStream) |
Public Properties
Name | Description | |
---|---|---|
![]() |
CanRead | (inherited from BufferedDataStream) |
![]() |
CanSeek | (inherited from BufferedDataStream) |
![]() |
CanTimeout | Gets a value that determines whether the current stream can time out. (inherited from Stream) |
![]() |
CanWrite | (inherited from BufferedDataStream) |
![]() |
FilePointer | Get the current position in the stream |
![]() |
Length | (inherited from BufferedDataStream) |
![]() |
Position | (inherited from BufferedDataStream) |
![]() |
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 BufferedDataStream) |
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginRead | Begins an asynchronous read operation. (inherited from Stream) |
![]() |
BeginWrite | Begins an asynchronous write operation. (inherited from Stream) |
![]() |
Close | Closed the input/output buffer streams (inherited from BufferedDataStream) |
![]() |
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 | Flushes/Clears the output stream (inherited from BufferedDataStream) |
![]() |
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. (inherited from BufferedDataStream) |
![]() |
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) |
![]() |
ReadBoolean | (inherited from BufferedDataStream) |
![]() |
ReadByte | (inherited from BufferedDataStream) |
![]() |
ReadChar | (inherited from BufferedDataStream) |
![]() |
ReadDouble | (inherited from BufferedDataStream) |
![]() |
ReadInt16 | (inherited from BufferedDataStream) |
![]() |
ReadInt32 | (inherited from BufferedDataStream) |
![]() |
ReadInt64 | (inherited from BufferedDataStream) |
![]() |
ReadSByte | (inherited from BufferedDataStream) |
![]() |
ReadSingle | (inherited from BufferedDataStream) |
![]() |
Seek | Overloaded. (inherited from BufferedDataStream) |
![]() |
SetLength | (inherited from BufferedDataStream) |
![]() |
ToString | Returns a |
![]() |
Write | Overloaded. (inherited from BufferedDataStream) |
![]() |
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) |
![]() |
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. (inherited from BufferedDataStream) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
BufferedFile | Overloaded. |