Package org.infinispan.io
Class WritableGridFileChannel
- java.lang.Object
-
- org.infinispan.io.WritableGridFileChannel
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,WritableByteChannel
@Deprecated public class WritableGridFileChannel extends Object implements WritableByteChannel
Deprecated.since 10.0- Author:
- Marko Luksa
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.voidflush()Deprecated.booleanisOpen()Deprecated.intwrite(ByteBuffer src)Deprecated.
-
-
-
Method Detail
-
write
public int write(ByteBuffer src) throws IOException
Deprecated.- Throws:
IOException
-
flush
public void flush() throws IOExceptionDeprecated.- Throws:
IOException
-
isOpen
public boolean isOpen()
Deprecated.
-
close
public void close() throws IOExceptionDeprecated.- Throws:
IOException
-
-