buffer = new XByteBuffer(size,false);
return buffer.getBytes();
return buffer.getBytesDirect();
return buffer.getLength();
Writes the specified byte to this output stream.paramb the byte.throwsIOException if an I/O error occurs. In particular, an IOException may be thrown if the output stream has been closed.todoImplement this java.io.OutputStream method buffer.append((byte)b);
byte
IOException
buffer.append((byte)b);