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