public class JavaDataInputView extends NativeJavaDataInputView
| 构造器和说明 |
|---|
JavaDataInputView(InputStream is) |
JavaDataInputView(InputStream is,
boolean compacted) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
readObject() |
String |
readUTF() |
getObjectInputStream, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, skipBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadBytespublic JavaDataInputView(InputStream is) throws IOException
IOExceptionpublic JavaDataInputView(InputStream is, boolean compacted) throws IOException
IOExceptionpublic String readUTF() throws IOException
readUTF 在接口中 DataInputreadUTF 在类中 NativeJavaDataInputViewIOExceptionpublic Object readObject() throws IOException, ClassNotFoundException
readObject 在接口中 DataInputViewreadObject 在类中 NativeJavaDataInputViewIOExceptionClassNotFoundExceptionCopyright © 2021. All rights reserved.