Write the data to the buffer and flush the buffer, if a line
separator is detected.
Parameters: cc - data to log (byte). throws: IOException - if there is an error.
write
final public void write(byte[] b, int off, int len) throws IOException(Code)
Write a block of characters to the output stream
Parameters: b - the array containing the data Parameters: off - the offset into the array where data starts Parameters: len - the length of block throws: IOException - if the data cannot be written into the stream.