Java IOException - Stream Closed
file.close() should be outside of while loop otherwise java.io.EOFException occur. You should place close() in finally. public void readFile() throws ClassNotFoundException { if (!dataFile.exists()) //생성한 파일이 존재하지 않으면 return return; ObjectInputStream in = null; //try 구문 바깥에 선언해줘서 다른 scope 에서도 사용가능하게 해준다! try { BufferedInputStream fileIn = new BufferedInputStream (new FileInputStream(dataFile)); ..
JAVA
2019. 7. 19. 08:27
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Collection Framework
- math.abs
- 프로그래머스
- easy algorithm
- Object type casting
- math.max
- rest parameter
- java
- compareTo()
- HashMap
- hackerrank
- substring()
- Javascript Algorithm
- 알고리즘
- HackerRank Algorithm
- 프로그래머스 알고리즘
- C++
- 프로그래머스 알고리즘문제
- javascript
- repeat()
- string class in java
- hackerrank javascript
- ... in Javascript
- equals()
- algorithm
- easy javascript algorithm
- hackerrank solution
- hackerrank javascript solution
- spring boot application
- code refactoring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함