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 void
close()
Deprecated.boolean
isOpen()
Deprecated.long
position()
Deprecated.void
position(long newPosition)
Deprecated.int
read(ByteBuffer dst)
Deprecated.long
size()
Deprecated.
-
-
-
Method Detail
-
read
public int read(ByteBuffer dst) throws IOException
Deprecated.- Throws:
IOException
-
position
public long position() throws IOException
Deprecated.- Throws:
IOException
-
position
public void position(long newPosition) throws IOException
Deprecated.- Throws:
IOException
-
isOpen
public boolean isOpen()
Deprecated.
-
close
public void close() throws IOException
Deprecated.- Throws:
IOException
-
size
public long size() throws IOException
Deprecated.- Throws:
IOException
-
-