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 int
Deprecated.final void
close()
Deprecated.final int
read()
Deprecated.final int
read
(byte[] b) Deprecated.final int
read
(byte[] b, int off, int len) Deprecated.final boolean
Deprecated.final byte
readByte()
Deprecated.final char
readChar()
Deprecated.final double
Deprecated.final float
Deprecated.final void
readFully
(byte[] b) Deprecated.final void
readFully
(byte[] b, int off, int len) Deprecated.final int
readInt()
Deprecated.final String
readLine()
Deprecated.final long
readLong()
Deprecated.final Object
Deprecated.final short
Deprecated.final int
Deprecated.final int
Deprecated.final String
readUTF()
Deprecated.final long
skip
(long n) Deprecated.final int
skipBytes
(int n) Deprecated.
-
Constructor Details
-
UnclosableObjectInputStream
Deprecated.
-
-
Method Details
-
readObject
Deprecated.- Throws:
ClassNotFoundException
IOException
-
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
-