Class WritableGridFileChannel

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

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

      • write

        public int write​(java.nio.ByteBuffer src)
                  throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • flush

        public void flush()
                   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