Class 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 Detail

      • ChannelProxyReadChannel

        public ChannelProxyReadChannel​(ChannelProxy channelProxy,
                                       long currentPosition)
    • Method Detail

      • read

        public int read​(java.nio.ByteBuffer dst)
                 throws java.io.IOException
        Specified by:
        read in interface java.nio.channels.ReadableByteChannel
        Throws:
        java.io.IOException
      • getCurrentPosition

        public long getCurrentPosition()
      • isOpen

        public boolean isOpen()
        Specified by:
        isOpen in interface java.nio.channels.Channel
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.nio.channels.Channel
        Specified by:
        close in interface java.io.Closeable
      • setPosition

        public void setPosition​(long sourcePosition)