akka.util
Class ByteString.ByteString1C$

java.lang.Object
  extended by akka.util.ByteString.ByteString1C$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ByteString

public static class ByteString.ByteString1C$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

ByteString.ByteString1C$

public ByteString.ByteString1C$()
Method Detail

apply

public ByteString.ByteString1C apply(byte[] bytes)