Package org.infinispan.io
Class UnclosableObjectOutputStream
java.lang.Object
org.infinispan.io.UnclosableObjectOutputStream
- All Implemented Interfaces:
DataOutput
,ObjectOutput
,AutoCloseable
Deprecated.
since 10.0
- Since:
- 4.0
- Author:
- Manik Surtani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
close()
Deprecated.final void
flush()
Deprecated.final void
write
(byte[] b) Deprecated.final void
write
(byte[] b, int off, int len) Deprecated.final void
write
(int b) Deprecated.final void
writeBoolean
(boolean v) Deprecated.final void
writeByte
(int v) Deprecated.final void
writeBytes
(String s) Deprecated.final void
writeChar
(int v) Deprecated.final void
writeChars
(String s) Deprecated.final void
writeDouble
(double v) Deprecated.final void
writeFloat
(float v) Deprecated.final void
writeInt
(int v) Deprecated.final void
writeLong
(long v) Deprecated.final void
writeObject
(Object obj) Deprecated.final void
writeShort
(int v) Deprecated.final void
Deprecated.
-
Constructor Details
-
UnclosableObjectOutputStream
Deprecated.
-
-
Method Details
-
writeObject
Deprecated.- Throws:
IOException
-
write
Deprecated.- Throws:
IOException
-
write
Deprecated.- Throws:
IOException
-
write
Deprecated.- Throws:
IOException
-
writeBoolean
Deprecated.- Throws:
IOException
-
writeByte
Deprecated.- Throws:
IOException
-
writeShort
Deprecated.- Throws:
IOException
-
writeChar
Deprecated.- Throws:
IOException
-
writeInt
Deprecated.- Throws:
IOException
-
writeLong
Deprecated.- Throws:
IOException
-
writeFloat
Deprecated.- Throws:
IOException
-
writeDouble
Deprecated.- Throws:
IOException
-
writeBytes
Deprecated.- Throws:
IOException
-
writeChars
Deprecated.- Throws:
IOException
-
writeUTF
Deprecated.- Throws:
IOException
-
flush
Deprecated.- Throws:
IOException
-
close
Deprecated.- Throws:
IOException
-