FileOutputStream fos = new FileOutputStream("ioTest\\test2.txt"); fos.write(-48); fos.write(257); fos.close();