Package akka.io

Class Tcp.WriteFile

    • Constructor Detail

      • WriteFile

        public WriteFile​(java.lang.String filePath,
                         long position,
                         long count,
                         Tcp.Event ack)
        Deprecated.
    • Method Detail

      • filePath

        public java.lang.String filePath()
        Deprecated.
      • position

        public long position()
        Deprecated.
      • count

        public long count()
        Deprecated.
      • copy

        public Tcp.WriteFile copy​(java.lang.String filePath,
                                  long position,
                                  long count,
                                  Tcp.Event ack)
        Deprecated.
      • copy$default$1

        public java.lang.String copy$default$1()
        Deprecated.
      • copy$default$2

        public long copy$default$2()
        Deprecated.
      • copy$default$3

        public long copy$default$3()
        Deprecated.
      • copy$default$4

        public Tcp.Event copy$default$4()
        Deprecated.
      • productPrefix

        public java.lang.String productPrefix()
        Deprecated.
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Deprecated.
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Deprecated.
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Deprecated.
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Deprecated.
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object