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.- Specified by:
writeObjectin interfaceObjectOutput- Throws:
IOException
-
write
Deprecated.- Specified by:
writein interfaceDataOutput- Specified by:
writein interfaceObjectOutput- Throws:
IOException
-
write
Deprecated.- Specified by:
writein interfaceDataOutput- Specified by:
writein interfaceObjectOutput- Throws:
IOException
-
write
Deprecated.- Specified by:
writein interfaceDataOutput- Specified by:
writein interfaceObjectOutput- Throws:
IOException
-
writeBoolean
Deprecated.- Specified by:
writeBooleanin interfaceDataOutput- Throws:
IOException
-
writeByte
Deprecated.- Specified by:
writeBytein interfaceDataOutput- Throws:
IOException
-
writeShort
Deprecated.- Specified by:
writeShortin interfaceDataOutput- Throws:
IOException
-
writeChar
Deprecated.- Specified by:
writeCharin interfaceDataOutput- Throws:
IOException
-
writeInt
Deprecated.- Specified by:
writeIntin interfaceDataOutput- Throws:
IOException
-
writeLong
Deprecated.- Specified by:
writeLongin interfaceDataOutput- Throws:
IOException
-
writeFloat
Deprecated.- Specified by:
writeFloatin interfaceDataOutput- Throws:
IOException
-
writeDouble
Deprecated.- Specified by:
writeDoublein interfaceDataOutput- Throws:
IOException
-
writeBytes
Deprecated.- Specified by:
writeBytesin interfaceDataOutput- Throws:
IOException
-
writeChars
Deprecated.- Specified by:
writeCharsin interfaceDataOutput- Throws:
IOException
-
writeUTF
Deprecated.- Specified by:
writeUTFin interfaceDataOutput- Throws:
IOException
-
flush
Deprecated.- Specified by:
flushin interfaceObjectOutput- Throws:
IOException
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceObjectOutput- Throws:
IOException
-