Uses of Interface
java.io.DataOutput
| Package | Description | 
|---|---|
| java.io | Provides for system input and output through data streams,
 serialization and the file system. | 
| java.rmi.server | Provides classes and interfaces for supporting the server
 side of RMI. | 
| javax.imageio.stream | A package of the Java Image I/O API dealing with low-level I/O from files and
 streams. | 
- 
Uses of DataOutput in java.ioSubinterfaces of DataOutput in java.io Modifier and Type Interface Description interfaceObjectOutputObjectOutput extends the DataOutput interface to include writing of objects.Classes in java.io that implement DataOutput Modifier and Type Class Description classDataOutputStreamA data output stream lets an application write primitive Java data types to an output stream in a portable way.classObjectOutputStreamAn ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.classRandomAccessFileInstances of this class support both reading and writing to a random access file.
- 
Uses of DataOutput in java.rmi.serverMethods in java.rmi.server with parameters of type DataOutput Modifier and Type Method Description voidUID. write(DataOutput out)Marshals a binary representation of thisUIDto aDataOutputinstance.
- 
Uses of DataOutput in javax.imageio.streamSubinterfaces of DataOutput in javax.imageio.stream Modifier and Type Interface Description interfaceImageOutputStreamA seekable output stream interface for use byImageWriters.Classes in javax.imageio.stream that implement DataOutput Modifier and Type Class Description classFileCacheImageOutputStreamAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.classFileImageOutputStreamAn implementation ofImageOutputStreamthat writes its output directly to aFileorRandomAccessFile.classImageOutputStreamImplAn abstract class implementing theImageOutputStreaminterface.classMemoryCacheImageOutputStreamAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.