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.- Specified by:
readObject
in interfaceObjectInput
- Throws:
ClassNotFoundException
IOException
-
read
Deprecated.- Specified by:
read
in interfaceObjectInput
- Throws:
IOException
-
read
Deprecated.- Specified by:
read
in interfaceObjectInput
- Throws:
IOException
-
read
Deprecated.- Specified by:
read
in interfaceObjectInput
- Throws:
IOException
-
skip
Deprecated.- Specified by:
skip
in interfaceObjectInput
- Throws:
IOException
-
available
Deprecated.- Specified by:
available
in interfaceObjectInput
- Throws:
IOException
-
close
Deprecated.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceObjectInput
- Throws:
IOException
-
readFully
Deprecated.- Specified by:
readFully
in interfaceDataInput
- Throws:
IOException
-
readFully
Deprecated.- Specified by:
readFully
in interfaceDataInput
- Throws:
IOException
-
skipBytes
Deprecated.- Specified by:
skipBytes
in interfaceDataInput
- Throws:
IOException
-
readBoolean
Deprecated.- Specified by:
readBoolean
in interfaceDataInput
- Throws:
IOException
-
readByte
Deprecated.- Specified by:
readByte
in interfaceDataInput
- Throws:
IOException
-
readUnsignedByte
Deprecated.- Specified by:
readUnsignedByte
in interfaceDataInput
- Throws:
IOException
-
readShort
Deprecated.- Specified by:
readShort
in interfaceDataInput
- Throws:
IOException
-
readUnsignedShort
Deprecated.- Specified by:
readUnsignedShort
in interfaceDataInput
- Throws:
IOException
-
readChar
Deprecated.- Specified by:
readChar
in interfaceDataInput
- Throws:
IOException
-
readInt
Deprecated.- Specified by:
readInt
in interfaceDataInput
- Throws:
IOException
-
readLong
Deprecated.- Specified by:
readLong
in interfaceDataInput
- Throws:
IOException
-
readFloat
Deprecated.- Specified by:
readFloat
in interfaceDataInput
- Throws:
IOException
-
readDouble
Deprecated.- Specified by:
readDouble
in interfaceDataInput
- Throws:
IOException
-
readLine
Deprecated.- Specified by:
readLine
in interfaceDataInput
- Throws:
IOException
-
readUTF
Deprecated.- Specified by:
readUTF
in interfaceDataInput
- Throws:
IOException
-