Package org.infinispan.io
Class UnclosableObjectInputStream
java.lang.Object
org.infinispan.io.UnclosableObjectInputStream
- All Implemented Interfaces:
DataInput
,ObjectInput
,AutoCloseable
@Deprecated(forRemoval=true)
public class UnclosableObjectInputStream
extends Object
implements ObjectInput
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.0
A delegating
ObjectInput
that delegates all methods except ObjectInput.close()
.- Since:
- 4.0
- Author:
- Manik Surtani
-
Constructor Summary
ConstructorDescriptionUnclosableObjectInputStream
(ObjectInput delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfinal int
Deprecated, for removal: This API element is subject to removal in a future version.final void
close()
Deprecated, for removal: This API element is subject to removal in a future version.final int
read()
Deprecated, for removal: This API element is subject to removal in a future version.final int
read
(byte[] b) Deprecated, for removal: This API element is subject to removal in a future version.final int
read
(byte[] b, int off, int len) Deprecated, for removal: This API element is subject to removal in a future version.final boolean
Deprecated, for removal: This API element is subject to removal in a future version.final byte
readByte()
Deprecated, for removal: This API element is subject to removal in a future version.final char
readChar()
Deprecated, for removal: This API element is subject to removal in a future version.final double
Deprecated, for removal: This API element is subject to removal in a future version.final float
Deprecated, for removal: This API element is subject to removal in a future version.final void
readFully
(byte[] b) Deprecated, for removal: This API element is subject to removal in a future version.final void
readFully
(byte[] b, int off, int len) Deprecated, for removal: This API element is subject to removal in a future version.final int
readInt()
Deprecated, for removal: This API element is subject to removal in a future version.final String
readLine()
Deprecated, for removal: This API element is subject to removal in a future version.final long
readLong()
Deprecated, for removal: This API element is subject to removal in a future version.final Object
Deprecated, for removal: This API element is subject to removal in a future version.final short
Deprecated, for removal: This API element is subject to removal in a future version.final int
Deprecated, for removal: This API element is subject to removal in a future version.final int
Deprecated, for removal: This API element is subject to removal in a future version.final String
readUTF()
Deprecated, for removal: This API element is subject to removal in a future version.final long
skip
(long n) Deprecated, for removal: This API element is subject to removal in a future version.final int
skipBytes
(int n) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
UnclosableObjectInputStream
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
readObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readObject
in interfaceObjectInput
- Throws:
ClassNotFoundException
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
read
in interfaceObjectInput
- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
read
in interfaceObjectInput
- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
read
in interfaceObjectInput
- Throws:
IOException
-
skip
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
skip
in interfaceObjectInput
- Throws:
IOException
-
available
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
available
in interfaceObjectInput
- Throws:
IOException
-
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceObjectInput
- Throws:
IOException
-
readFully
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readFully
in interfaceDataInput
- Throws:
IOException
-
readFully
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readFully
in interfaceDataInput
- Throws:
IOException
-
skipBytes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
skipBytes
in interfaceDataInput
- Throws:
IOException
-
readBoolean
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readBoolean
in interfaceDataInput
- Throws:
IOException
-
readByte
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readByte
in interfaceDataInput
- Throws:
IOException
-
readUnsignedByte
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readUnsignedByte
in interfaceDataInput
- Throws:
IOException
-
readShort
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readShort
in interfaceDataInput
- Throws:
IOException
-
readUnsignedShort
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readUnsignedShort
in interfaceDataInput
- Throws:
IOException
-
readChar
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readChar
in interfaceDataInput
- Throws:
IOException
-
readInt
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readInt
in interfaceDataInput
- Throws:
IOException
-
readLong
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readLong
in interfaceDataInput
- Throws:
IOException
-
readFloat
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readFloat
in interfaceDataInput
- Throws:
IOException
-
readDouble
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readDouble
in interfaceDataInput
- Throws:
IOException
-
readLine
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readLine
in interfaceDataInput
- Throws:
IOException
-
readUTF
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readUTF
in interfaceDataInput
- Throws:
IOException
-