Package org.infinispan.io
Class WritableGridFileChannel
- java.lang.Object
-
- org.infinispan.io.WritableGridFileChannel
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.nio.channels.Channel,java.nio.channels.WritableByteChannel
@Deprecated public class WritableGridFileChannel extends java.lang.Object implements java.nio.channels.WritableByteChannelDeprecated.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(java.nio.ByteBuffer src)Deprecated.
-
-
-
Method Detail
-
write
public int write(java.nio.ByteBuffer src) throws java.io.IOExceptionDeprecated.- Specified by:
writein interfacejava.nio.channels.WritableByteChannel- Throws:
java.io.IOException
-
flush
public void flush() throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
isOpen
public boolean isOpen()
Deprecated.- Specified by:
isOpenin interfacejava.nio.channels.Channel
-
close
public void close() throws java.io.IOExceptionDeprecated.- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.nio.channels.Channel- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-