akka.actor.mailbox.filebased.filequeue
Class QItem$

java.lang.Object
  extended by akka.actor.mailbox.filebased.filequeue.QItem$
All Implemented Interfaces:
java.io.Serializable

public class QItem$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static QItem$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
QItem$()
           
 
Method Summary
 QItem unpack(byte[] data)
           
 QItem unpackOldAdd(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final QItem$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

QItem$

public QItem$()
Method Detail

unpack

public QItem unpack(byte[] data)

unpackOldAdd

public QItem unpackOldAdd(byte[] data)