Encode a single line of data (less than or equal to 45 characters). @param data The array of byte data. @param offset The starting offset within the data. @param length Length of the data to encode. @param out The output stream the encoded data is written to. @exception IOException if somethin
(
byte[] data, int offset, int length, OutputStream out)