Uses of Interface
java.io.DataOutput
Packages that useDataOutput
Package
Description
Provides for system input and output through data streams, serialization and the file system.
Provides classes and interfaces for supporting the server side of RMI.
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
Uses ofDataOutput injava.io
Subinterfaces ofDataOutput injava.ioModifier and TypeInterfaceDescriptioninterfaceObjectOutput extends the DataOutput interface to include writing of objects.Classes injava.io that implementDataOutputModifier and TypeClassDescriptionclassA data output stream lets an application write primitive Java data types to an output stream in a portable way.classAn ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.classInstances of this class support both reading and writing to a random access file.Uses ofDataOutput injava.rmi.server
Methods injava.rmi.server with parameters of typeDataOutputModifier and TypeMethodDescriptionvoidUID.write(DataOutput out) Marshals a binary representation of thisUIDto aDataOutputinstance.Uses ofDataOutput injavax.imageio.stream
Subinterfaces ofDataOutput injavax.imageio.streamModifier and TypeInterfaceDescriptioninterfaceA seekable output stream interface for use byImageWriters.Classes injavax.imageio.stream that implementDataOutputModifier and TypeClassDescriptionclassAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.classAn implementation ofImageOutputStreamthat writes its output directly to aFileorRandomAccessFile.classAn abstract class implementing theImageOutputStreaminterface.classAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.