Package org.infinispan.io
Class ReadableGridFileChannel
java.lang.Object
org.infinispan.io.ReadableGridFileChannel
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
,ReadableByteChannel
@Deprecated(forRemoval=true)
public class ReadableGridFileChannel
extends Object
implements ReadableByteChannel
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.0
- Author:
- Marko Luksa
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isOpen()
Deprecated, for removal: This API element is subject to removal in a future version.long
position()
Deprecated, for removal: This API element is subject to removal in a future version.void
position
(long newPosition) Deprecated, for removal: This API element is subject to removal in a future version.int
read
(ByteBuffer dst) Deprecated, for removal: This API element is subject to removal in a future version.long
size()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
read
in interfaceReadableByteChannel
- Throws:
IOException
-
position
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
position
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
isOpen
public boolean isOpen()Deprecated, for removal: This API element is subject to removal in a future version. -
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceChannel
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
size
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-