Java 코드 정리 (Serialization, File I/O, Networking and Thread)
//Serialization and File I/O //Serialization//WriteFileOutputStream f = new FileOutputStream("filename");ObjectOutputStream os = new ObjectOutputStream(f);os.writeObject(myFoo);os.close();//ReadFileInputStream f = new FileInputStream("filename");ObjectInputStream os = new ObjectInputStream(f);Object a = os.readObject();Foo myFoo = (Foo) a;//File I/O//File AccessFile f = new File("filename"); //파..
알고리즘
2018. 12. 6. 05:31
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 아키티오
- 환경오염
- python
- 모바일 프로그래밍
- NAS
- 외장그래픽
- 맥북
- 파이썬
- 백준
- 맥
- 자바
- 개발
- 슈어
- 코딩
- Vega64
- 카카오톡
- 프로그래밍
- eclipse
- 이클립스
- 산업화
- egpu
- CodeUp
- 문제
- 알고리즘
- 코드업
- 서버
- se846
- C++
- Java
- 우분투
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함