Methods | This Package | All Packages
Implements a buffered data stream.
DataStream
|
+--BufferedStream
package com.ms.wfc.io
public class BufferedStream
extends DataStream
Remarks
An instance of BufferedStream can be put before any IByteStream object to provide buffering of input/output (I/O) operations. Buffering can increase performance when a large number of fairly small read or write operations are performed on a stream. A stream's characteristics are determined by its class and by customized insertion and extraction operators.