java.io.Closeable
, java.io.DataInput
, java.lang.AutoCloseable
class ClassInput
extends java.io.DataInputStream
Constructor | Description |
---|---|
ClassInput(java.io.InputStream in) |
Modifier and Type | Method | Description |
---|---|---|
(package private) int |
getU1() |
|
(package private) byte[] |
getU1Array(int count) |
|
(package private) int |
getU2() |
|
(package private) int |
getU4() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
int getU1() throws java.io.IOException
java.io.IOException
int getU2() throws java.io.IOException
java.io.IOException
int getU4() throws java.io.IOException
java.io.IOException
byte[] getU1Array(int count) throws java.io.IOException
java.io.IOException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.