1 Reply Latest reply on Nov 29, 2009 11:06 AM by clebert.suconic

    A few inconsistencies with AIO and NIO

    timfox

      1) For NIO, the write executor is in NIOSequentialFile, but for AIO it is in the AsynchronousFileImpl.

      If the functionality is the same now, shouldn't this be in a common superclass

      2) When creating an AIOSequentialFile the constructor specifies a directory and a file name, but for the NIOSequentialFile only the file name is required.

      This is confusing and inconsistent.