| ByteStringSlice Method |
TBD
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual ByteString Slice(
int from,
int until
)
abstract Slice :
from : int *
until : int -> ByteString
override Slice :
from : int *
until : int -> ByteString
Parameters
- from
- Type: SystemInt32
TBD - until
- Type: SystemInt32
TBD
Return Value
Type:
ByteStringTBD
See Also