Akka.IO.ByteString.ByteString1.ByteString1 C# (CSharp) Method

ByteString1() public method

public ByteString1 ( byte bytes ) : System
bytes byte
return System
            public ByteString1(byte[] bytes)
                : this(bytes, 0, bytes.Length)
            {
            }

Same methods

ByteString.ByteString1::ByteString1 ( byte bytes, int startIndex, int length ) : System