Neokernel API

StringBufferOutputStream.Write Method

Write an array of bytes starting from start and writes length number of bytes. Throws an IOException if the stream has been closed or for some reason the OutputStream is out of sync.

public override void Write(
   byte[] b,
   int start,
   int length
);

See Also

StringBufferOutputStream Class | com.neokernel.io Namespace