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 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​(java.nio.ByteBuffer dst)
      Deprecated.
       
      long size()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • read

        public int read​(java.nio.ByteBuffer dst)
                 throws java.io.IOException
        Deprecated.
        Specified by:
        read in interface java.nio.channels.ReadableByteChannel
        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.
        Specified by:
        isOpen in interface java.nio.channels.Channel
      • close

        public void close()
                   throws java.io.IOException
        Deprecated.
        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
        Throws:
        java.io.IOException
      • size

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