Akka.IO.ByteString.ByteStrings.AsByteBuffer C# (CSharp) Method

AsByteBuffer() public final method

public final AsByteBuffer ( ) : ByteBuffer
return ByteBuffer
            public sealed override ByteBuffer AsByteBuffer()
            {
                return Compact().AsByteBuffer();
            }