Movatterモバイル変換
[0]ホーム
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 intavailable ()Returns the number of bytes that can be read without blocking.
voidclose ()Closes the input stream.
intread ()Reads a byte of data.
intread (byte[] b)Reads into an array of bytes.
intread (byte[] b, int off, int len)Reads into an array of bytes.
Object readObject ()Read and return an object.
longskip (long n)Skips n bytes of input.
Methods declared in interface java.io.DataInput readBoolean ,readByte ,readChar ,readDouble ,readFloat ,readFully ,readFully ,readInt ,readLine ,readLong ,readShort ,readUnsignedByte ,readUnsignedShort ,readUTF ,skipBytes Method Detail readObject Object readObject() throwsClassNotFoundException ,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) throwsIOException Reads into an array of bytes. This method will block until some input is available.
Parameters: b - the buffer into which the data is readoff - the start offset of the datalen - the maximum number of bytes readReturns: 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 theJava 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, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject tolicense terms and thedocumentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.
[8]ページ先頭