Hi! I used Writer to write into the buffer. It works fine with byte, char, int and any other types. But when I wanted to write a char[] Writer puts garbage on it! So I used Buffer.append for char[]. Is it a bug? Try it please. Oh.. I occured it when the buffer was linked with SocketConduit?, and writter was linked with buffer. When using a mem-only buffer there is no problem like this.