Interface LimitObjectInput
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.DataInput
,ErrorInfo
,ErrorObjectInput
,Limit
,java.io.ObjectInput
- All Known Implementing Classes:
ArrayInputStream
public interface LimitObjectInput extends ErrorObjectInput, Limit
Limit and ErrorObjectInput capabilities. Combin
-
-
Method Summary
-
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Methods inherited from interface org.apache.derby.iapi.services.io.ErrorObjectInput
getErrorInfo, getNestedException
-
Methods inherited from interface org.apache.derby.iapi.services.io.Limit
clearLimit, setLimit
-
-