ByteString1

izumi.sick.thirdparty.akka.util.ByteString.ByteString1
See theByteString1 companion class
object ByteString1

INTERNAL API: ByteString backed by exactly one array, with start / end markers

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(bytes: Array[Byte]): ByteString1
def apply(bytes: Array[Byte], startIndex: Int, length: Int): ByteString1
def fromString(s: String): ByteString1
def readFromInputStream(is: ObjectInputStream): ByteString1

Concrete fields