Package org.infinispan.io
Class UnclosableObjectOutputStream
java.lang.Object
org.infinispan.io.UnclosableObjectOutputStream
- All Implemented Interfaces:
DataOutput
,ObjectOutput
,AutoCloseable
@Deprecated(forRemoval=true)
public class UnclosableObjectOutputStream
extends Object
implements ObjectOutput
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.0
- Since:
- 4.0
- Author:
- Manik Surtani
-
Constructor Summary
ConstructorDescriptionUnclosableObjectOutputStream
(ObjectOutput delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
close()
Deprecated, for removal: This API element is subject to removal in a future version.final void
flush()
Deprecated, for removal: This API element is subject to removal in a future version.final void
write
(byte[] b) Deprecated, for removal: This API element is subject to removal in a future version.final void
write
(byte[] b, int off, int len) Deprecated, for removal: This API element is subject to removal in a future version.final void
write
(int b) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeBoolean
(boolean v) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeByte
(int v) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeBytes
(String s) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeChar
(int v) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeChars
(String s) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeDouble
(double v) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeFloat
(float v) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeInt
(int v) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeLong
(long v) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeObject
(Object obj) Deprecated, for removal: This API element is subject to removal in a future version.final void
writeShort
(int v) Deprecated, for removal: This API element is subject to removal in a future version.final void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
UnclosableObjectOutputStream
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
writeObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeObject
in interfaceObjectOutput
- Throws:
IOException
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
write
in interfaceDataOutput
- Specified by:
write
in interfaceObjectOutput
- Throws:
IOException
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
write
in interfaceDataOutput
- Specified by:
write
in interfaceObjectOutput
- Throws:
IOException
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
write
in interfaceDataOutput
- Specified by:
write
in interfaceObjectOutput
- Throws:
IOException
-
writeBoolean
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeBoolean
in interfaceDataOutput
- Throws:
IOException
-
writeByte
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeByte
in interfaceDataOutput
- Throws:
IOException
-
writeShort
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeShort
in interfaceDataOutput
- Throws:
IOException
-
writeChar
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeChar
in interfaceDataOutput
- Throws:
IOException
-
writeInt
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeInt
in interfaceDataOutput
- Throws:
IOException
-
writeLong
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeLong
in interfaceDataOutput
- Throws:
IOException
-
writeFloat
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeFloat
in interfaceDataOutput
- Throws:
IOException
-
writeDouble
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeDouble
in interfaceDataOutput
- Throws:
IOException
-
writeBytes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeBytes
in interfaceDataOutput
- Throws:
IOException
-
writeChars
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeChars
in interfaceDataOutput
- Throws:
IOException
-
writeUTF
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeUTF
in interfaceDataOutput
- Throws:
IOException
-
flush
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
flush
in interfaceObjectOutput
- 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 interfaceObjectOutput
- Throws:
IOException
-