21.11.2014 Views

PJWSTK - MAS - Wykład 05

PJWSTK - MAS - Wykład 05

PJWSTK - MAS - Wykład 05

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

System we/wyj (3)<br />

o Zapis do pliku linia po linii<br />

try {<br />

BufferedReader in4 = new BufferedReader(new<br />

StringReader(s2));<br />

PrintWriter out1 = new PrintWriter(new<br />

BufferedWriter(new FileWriter("IODemo.out")));<br />

int lineCount = 1;<br />

while((s = in4.readLine()) != null )<br />

out1.println(lineCount++ + ": " + s);<br />

out1.close();<br />

} catch(EOFException e) {<br />

}<br />

System.err.println("End of stream");<br />

Modelowanie i Analiza Systemów Informacyjnych (<strong>MAS</strong>), wykład 3 18

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

Saved successfully!

Ooh no, something went wrong!