Added ByteString1.apply(bytes, startIndex, length)
This commit is contained in:
parent
322edb2eca
commit
3436c3b14d
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ object ByteString {
|
|||
|
||||
private[akka] object ByteString1 {
|
||||
def apply(bytes: Array[Byte]) = new ByteString1(bytes)
|
||||
def apply(bytes: Array[Byte], startIndex: Int, length: Int) = new ByteString1(bytes, startIndex, length)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue