Represents a stream that allows the reading and writing of data in a variety of formats.
IByteStream | +--IDataStream
package com.ms.wfc.io
public interface IDataStream
extends IByteStream
This interface is an extension of the IByteStream interface.
See Also BufferedStream, DataStream, File, MemoryStream