Returns a copy of underlying bytes
immutable ubyte[1] check = [13]; IMemStream m; m.put!ubyte(13); assert(check == m.getBytes);
See Implementation
Returns a copy of underlying bytes