TestIO1.java
package io;
import java.io.*;
public class TestIO1 { public static void main(String[] args) {
|
TestIO02.java
package io;
import java.io.*;
public class TestIO2 { public static void main(String[] args) {
// File 객체 만들고 존재하지 않으면 while (true) { if (!f.exists()) { while ((n = fis.read(b)) != -1) { } } } |
'프로그래밍 > Java' 카테고리의 다른 글
this() super() (0) | 2012.07.19 |
---|---|
Method의 상속(오버라이딩) (0) | 2012.07.09 |
Data Type (0) | 2012.07.02 |
this (0) | 2012.06.29 |
Varags (0) | 2012.06.28 |