JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
Uses of Interface java.io.DataInput
Packages that use DataInput
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.
javax.jnlp
The JNLP API is designed to provide additional services to JNLP applications
running in the Java Plugin or launched by Java Web Start.
Subinterfaces of DataInput in java.io
Modifier and Type
Interface
Description
interface
ObjectInput
ObjectInput extends the DataInput interface to include the reading of
objects.
Classes in java.io that implement DataInput
Modifier and Type
Class
Description
class
DataInputStream
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
class
ObjectInputStream
An ObjectInputStream deserializes primitive data and objects previously
written using an ObjectOutputStream.
class
RandomAccessFile
Instances of this class support both reading and writing to a
random access file.
Methods in java.io with parameters of type DataInput
Modifier and Type
Method
Description
static String
DataInputStream. readUTF (DataInput in)
Reads from the
stream
in
a representation
of a Unicode character string encoded in
modified UTF-8 format;
this string of characters is then returned as a
String
.
Methods in java.rmi.server with parameters of type DataInput
Modifier and Type
Method
Description
static UID
UID. read (DataInput in)
Constructs and returns a new UID
instance by
unmarshalling a binary representation from an
DataInput
instance.
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.