Beispiel #1
0
 public IByteBuffer Wrap(byte[] bytes)
 {
     return(Unpooled.WrappedBuffer(bytes));
 }
Beispiel #2
0
 public IByteBuffer AsReadOnly() => Unpooled.UnmodifiableBuffer(this);