Class FileSubscriber$


  • public class FileSubscriber$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FileSubscriber$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSubscriber$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Props props​(java.nio.file.Path f, scala.concurrent.Promise<IOResult> completionPromise, int bufSize, long startPosition, scala.collection.immutable.Set<java.nio.file.OpenOption> openOptions)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final FileSubscriber$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FileSubscriber$

        public FileSubscriber$()
    • Method Detail

      • props

        public Props props​(java.nio.file.Path f,
                           scala.concurrent.Promise<IOResult> completionPromise,
                           int bufSize,
                           long startPosition,
                           scala.collection.immutable.Set<java.nio.file.OpenOption> openOptions)