03.02.2015 Views

Input e Output in Java

Input e Output in Java

Input e Output in Java

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Scrittura<br />

● File di testo<br />

char c = ...;<br />

writer.write(c);<br />

● File b<strong>in</strong>ario:<br />

byte b = ...;<br />

outputStream.write(b);<br />

Laboratorio di Programmazione - Luca Tesei<br />

21

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!