JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method
Description
int
available ()
Returns the number of bytes that can be read
without blocking.
void
close ()
Closes the input stream.
int
read ()
Reads a byte of data.
int
read (byte[] b)
Reads into an array of bytes.
int
read (byte[] b,
int off,
int len)
Reads into an array of bytes.
Object
readObject ()
Read and return an object.
long
skip (long n)
Skips n bytes of input.
Methods inherited from interface java.io.DataInput
readBoolean , readByte , readChar , readDouble , readFloat , readFully , readFully , readInt , readLine , readLong , readShort , readUnsignedByte , readUnsignedShort , readUTF , skipBytes
Method Detail
readObject
Object readObject()
throws ClassNotFoundException ,
IOException
Read and return an object. The class that implements this interface
defines where the object is "read" from.
Returns:
the object read from the stream
Throws:
ClassNotFoundException
- If the class of a serialized
object cannot be found.
IOException
- If any of the usual Input/Output
related exceptions occur.
read
int read(byte[] b,
int off,
int len)
throws IOException
Reads into an array of bytes. This method will
block until some input is available.
Parameters:
b
- the buffer into which the data is read
off
- the start offset of the data
len
- the maximum number of bytes read
Returns:
the actual number of bytes read, -1 is
returned when the end of the stream is reached.
Throws:
IOException
- If an I/O error has occurred.
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.