Package org.infinispan.io
Class GridOutputStream
java.lang.Object
java.io.OutputStream
org.infinispan.io.GridOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.0
- Author:
- Bela Ban, Marko Luksa, Manik Surtani
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated, for removal: This API element is subject to removal in a future version.void
flush()
Deprecated, for removal: This API element is subject to removal in a future version.void
write
(byte[] b) Deprecated, for removal: This API element is subject to removal in a future version.void
write
(byte[] b, int off, int len) Deprecated, for removal: This API element is subject to removal in a future version.void
write
(int b) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.io.OutputStream
nullOutputStream
-
Method Details
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
write
in classOutputStream
- 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 interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-