Package org.apache.cassandra.security
Class EncryptionUtils.ChannelProxyReadChannel
- java.lang.Object
-
- org.apache.cassandra.security.EncryptionUtils.ChannelProxyReadChannel
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.nio.channels.Channel,java.nio.channels.ReadableByteChannel
- Enclosing class:
- EncryptionUtils
public static class EncryptionUtils.ChannelProxyReadChannel extends java.lang.Object implements java.nio.channels.ReadableByteChannel
-
-
Constructor Summary
Constructors Constructor Description ChannelProxyReadChannel(ChannelProxy channelProxy, long currentPosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()longgetCurrentPosition()booleanisOpen()intread(java.nio.ByteBuffer dst)voidsetPosition(long sourcePosition)
-
-
-
Constructor Detail
-
ChannelProxyReadChannel
public ChannelProxyReadChannel(ChannelProxy channelProxy, long currentPosition)
-
-
Method Detail
-
read
public int read(java.nio.ByteBuffer dst) throws java.io.IOException- Specified by:
readin interfacejava.nio.channels.ReadableByteChannel- Throws:
java.io.IOException
-
getCurrentPosition
public long getCurrentPosition()
-
isOpen
public boolean isOpen()
- Specified by:
isOpenin interfacejava.nio.channels.Channel
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.nio.channels.Channel- Specified by:
closein interfacejava.io.Closeable
-
setPosition
public void setPosition(long sourcePosition)
-
-