Class ReadableGridFileChannel

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.Channel, java.nio.channels.ReadableByteChannel

    @Deprecated
    public class ReadableGridFileChannel
    extends java.lang.Object
    implements java.nio.channels.ReadableByteChannel
    Deprecated.
    since 10.0
    Author:
    Marko Luksa
    • Method Detail

      • read

        public int read​(java.nio.ByteBuffer dst)
                 throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • position

        public long position()
                      throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • position

        public void position​(long newPosition)
                      throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • isOpen

        public boolean isOpen()
        Deprecated.
      • close

        public void close()
                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • size

        public long size()
                  throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException