Uses of Interface
java.io.DataOutput
Packages that use 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
Subinterfaces of DataOutput in java.ioModifier and TypeInterfaceDescriptioninterface
ObjectOutput extends the DataOutput interface to include writing of objects.Classes in java.io that implement DataOutputModifier 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
Methods in java.rmi.server with parameters of type DataOutputModifier and TypeMethodDescriptionvoid
UID.write
(DataOutput out) Marshals a binary representation of thisUID
to aDataOutput
instance. -
Uses of DataOutput in javax.imageio.stream
Subinterfaces of DataOutput in javax.imageio.streamModifier and TypeInterfaceDescriptioninterface
A seekable output stream interface for use byImageWriter
s.Classes in javax.imageio.stream that implement DataOutputModifier 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
.