Package org.infinispan.io
Class UnclosableObjectInputStream
java.lang.Object
org.infinispan.io.UnclosableObjectInputStream
- All Implemented Interfaces:
DataInput,ObjectInput,AutoCloseable
Deprecated.
since 10.0
A delegating
ObjectInput that delegates all methods except ObjectInput.close().- Since:
- 4.0
- Author:
- Manik Surtani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intDeprecated.final voidclose()Deprecated.final intread()Deprecated.final intread(byte[] b) Deprecated.final intread(byte[] b, int off, int len) Deprecated.final booleanDeprecated.final bytereadByte()Deprecated.final charreadChar()Deprecated.final doubleDeprecated.final floatDeprecated.final voidreadFully(byte[] b) Deprecated.final voidreadFully(byte[] b, int off, int len) Deprecated.final intreadInt()Deprecated.final StringreadLine()Deprecated.final longreadLong()Deprecated.final ObjectDeprecated.final shortDeprecated.final intDeprecated.final intDeprecated.final StringreadUTF()Deprecated.final longskip(long n) Deprecated.final intskipBytes(int n) Deprecated.
-
Constructor Details
-
UnclosableObjectInputStream
Deprecated.
-
-
Method Details
-
readObject
Deprecated.- Throws:
ClassNotFoundExceptionIOException
-
read
Deprecated.- Throws:
IOException
-
read
Deprecated.- Throws:
IOException
-
read
Deprecated.- Throws:
IOException
-
skip
Deprecated.- Throws:
IOException
-
available
Deprecated.- Throws:
IOException
-
close
Deprecated.- Throws:
IOException
-
readFully
Deprecated.- Throws:
IOException
-
readFully
Deprecated.- Throws:
IOException
-
skipBytes
Deprecated.- Throws:
IOException
-
readBoolean
Deprecated.- Throws:
IOException
-
readByte
Deprecated.- Throws:
IOException
-
readUnsignedByte
Deprecated.- Throws:
IOException
-
readShort
Deprecated.- Throws:
IOException
-
readUnsignedShort
Deprecated.- Throws:
IOException
-
readChar
Deprecated.- Throws:
IOException
-
readInt
Deprecated.- Throws:
IOException
-
readLong
Deprecated.- Throws:
IOException
-
readFloat
Deprecated.- Throws:
IOException
-
readDouble
Deprecated.- Throws:
IOException
-
readLine
Deprecated.- Throws:
IOException
-
readUTF
Deprecated.- Throws:
IOException
-