Package org.infinispan.io
Class ReadableGridFileChannel
- java.lang.Object
-
- org.infinispan.io.ReadableGridFileChannel
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,ReadableByteChannel
@Deprecated public class ReadableGridFileChannel extends Object implements ReadableByteChannel
Deprecated.since 10.0- Author:
- Marko Luksa
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.booleanisOpen()Deprecated.longposition()Deprecated.voidposition(long newPosition)Deprecated.intread(ByteBuffer dst)Deprecated.longsize()Deprecated.
-
-
-
Method Detail
-
read
public int read(ByteBuffer dst) throws IOException
Deprecated.- Throws:
IOException
-
position
public long position() throws IOExceptionDeprecated.- Throws:
IOException
-
position
public void position(long newPosition) throws IOExceptionDeprecated.- Throws:
IOException
-
isOpen
public boolean isOpen()
Deprecated.
-
close
public void close() throws IOExceptionDeprecated.- Throws:
IOException
-
size
public long size() throws IOExceptionDeprecated.- Throws:
IOException
-
-