java.io.Closeable, java.io.DataInput, java.lang.AutoCloseableclass 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, skipBytesint getU1() throws java.io.IOException
java.io.IOExceptionint getU2() throws java.io.IOException
java.io.IOExceptionint getU4() throws java.io.IOException
java.io.IOExceptionbyte[] getU1Array(int count)
throws java.io.IOException
java.io.IOExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.