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
- easy algorithm
- C++
- hackerrank javascript
- math.max
- 프로그래머스 알고리즘문제
- 프로그래머스 알고리즘
- java
- HashMap
- compareTo()
- algorithm
- HackerRank Algorithm
- hackerrank solution
- string class in java
- repeat()
- hackerrank
- easy javascript algorithm
- Collection Framework
- Javascript Algorithm
- spring boot application
- 알고리즘
- equals()
- 프로그래머스
- hackerrank javascript solution
- rest parameter
- math.abs
- ... in Javascript
- Object type casting
- code refactoring
- javascript
- substring()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
글 보관함