akka.actor
Class IO.EOF$

java.lang.Object
  extended by akka.actor.IO.EOF$
All Implemented Interfaces:
IO.Input, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
IO

public static class IO.EOF$
extends java.lang.Object
implements IO.Input, scala.Product, scala.Serializable

Part of an IO.Input stream that represents the end of the stream.

This will cause the IO.Iteratee that processes it to terminate early.

See Also:
Serialized Form

Constructor Summary
IO.EOF$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

IO.EOF$

public IO.EOF$()