Uses of Interface
java.io.DataOutput
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 of DataOutput in java.io
Modifier and TypeInterfaceDescriptioninterface
ObjectOutput extends the DataOutput interface to include writing of objects.Modifier and TypeClassDescriptionclass
A data output stream lets an application write primitive Java data types to an output stream in a portable way.class
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.class
Instances of this class support both reading and writing to a random access file. -
Uses of DataOutput in java.rmi.server
Modifier and TypeMethodDescriptionvoid
UID.write
(DataOutput out) Marshals a binary representation of thisUID
to aDataOutput
instance. -
Uses of DataOutput in javax.imageio.stream
Modifier and TypeInterfaceDescriptioninterface
A seekable output stream interface for use byImageWriter
s.Modifier and TypeClassDescriptionclass
An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.class
An implementation ofImageOutputStream
that writes its output directly to aFile
orRandomAccessFile
.class
An abstract class implementing theImageOutputStream
interface.class
An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.