我需要将插图写成<条码>ByteArrayOutputStre,但我需要用打断书写。 我试图这样做,例如:
out.write("123".getBytes());
out.write("
456".getBytes());
But doesn t work. Please, tell me, how can I fix it? Or suggest me alternative OutputStream for storing strings (this OS must allow to use breaking of lines) without making files. Thank you.