akka.actor
Class IO.Chunk

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

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

Part of an IO.Input stream that contains a chunk of bytes.

See Also:
Serialized Form

Constructor Summary
IO.Chunk(ByteString bytes)
           
 
Method Summary
 ByteString bytes()
           
 
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.Chunk

public IO.Chunk(ByteString bytes)
Method Detail

bytes

public ByteString bytes()