Microsoft SDK for Java

IDataStream Interface

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

Remarks

This interface is an extension of the IByteStream interface.

See Also   BufferedStream, DataStream, File, MemoryStream

© 1999 Microsoft Corporation. All rights reserved. Terms of use.