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 void
close()
Deprecated.void
flush()
Deprecated.boolean
isOpen()
Deprecated.int
write(ByteBuffer src)
Deprecated.
-
-
-
Method Detail
-
write
public int write(ByteBuffer src) throws IOException
Deprecated.- Throws:
IOException
-
flush
public void flush() throws IOException
Deprecated.- Throws:
IOException
-
isOpen
public boolean isOpen()
Deprecated.
-
close
public void close() throws IOException
Deprecated.- Throws:
IOException
-
-