public IoBufferReader(IoBuffer buffer) { this.buffer = buffer; }
public IoBufferWriter() { this.buffer = IoBuffer.Allocate(); }
public IoBufferReader() { this.buffer = IoBuffer.Allocate(); }
public IoBufferWriter(IoBuffer buffer) { this.buffer = buffer; }