public class JavaDataInputView extends NativeJavaDataInputView
| Constructor and Description |
|---|
JavaDataInputView(InputStream is) |
JavaDataInputView(InputStream is,
boolean compacted) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface DataInputreadUTF in class NativeJavaDataInputViewIOExceptionpublic Object readObject() throws IOException, ClassNotFoundException
readObject in interface DataInputViewreadObject in class NativeJavaDataInputViewIOExceptionClassNotFoundExceptionCopyright © 2022. All rights reserved.