public nothrow | IOBuffer(IOBuffer&& that) |
suppress | IOBuffer(const IOBuffer&) |
public nothrow | IOBuffer(long size_) |
public | ~IOBuffer() |
public inline nothrow void* | Mem() const |
public inline nothrow long | Size() const |
suppress void | operator=(const IOBuffer&) |
public inline nothrow byte& | operator[](long index) |
public inline byte | operator[](long index) const |
private void* | mem |
private long | size |