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