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 voidclose()Deprecated.final voidflush()Deprecated.final voidwrite(byte[] b) Deprecated.final voidwrite(byte[] b, int off, int len) Deprecated.final voidwrite(int b) Deprecated.final voidwriteBoolean(boolean v) Deprecated.final voidwriteByte(int v) Deprecated.final voidwriteBytes(String s) Deprecated.final voidwriteChar(int v) Deprecated.final voidwriteChars(String s) Deprecated.final voidwriteDouble(double v) Deprecated.final voidwriteFloat(float v) Deprecated.final voidwriteInt(int v) Deprecated.final voidwriteLong(long v) Deprecated.final voidwriteObject(Object obj) Deprecated.final voidwriteShort(int v) Deprecated.final voidDeprecated.
-
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
-