Lines Matching refs:getBytes
495 parseStream(new ByteArrayInputStream(text.getBytes("UTF-8"))); in openDocument()
913 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
916 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
920 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
922 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
926 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
928 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
932 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
960 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
964 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
967 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
1132 byte [] b = msg.getBytes(); in showMessage()
1133 m_logFileOutputStream.write(" ".getBytes()); in showMessage()
1140 m_logFileOutputStream.write(" ".getBytes()); in showMessage()
1143 m_logFileOutputStream.write("\n ==============================\n".getBytes()); in showMessage()