java.io 패키지 자바의 입출력은 모든 하드웨어에 독립적으로 설계되어 있다. - io 패키지에서 입출력처리는 순차처리, 단방향만 가능하다.
자바는 입출력을 위한 클래스들을 java.io 패키지로 제공한다. 프로세스 : 입력 -> 입력버퍼 -> 메모리(입력,출력 별도로 변수로 저장) -> 출력버퍼 BufferedReader : 입력버퍼를 생성 BufferedWriter : 출력버퍼 생성 문자 스트림 Writer 클래스 Reader 클래스 입출력 예외 처리 (-> try{}catch{}) OutputStreamWriter 클래스 + InputStreamReader 클래스 |
- Open in Google Docs Viewer
- Open link in new tab
- Open link in new window
- Open link in new incognito window
- Download file
- Copy link address
- Edit PDF File on PDFescape.com
element
| Font | |
|---|---|
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| letter-spacing | |
| line-height | |
| text-decoration | |
| text-align | |
| text-indent | |
| text-transform | |
| white-space | |
| word-spacing | |
| color | |
| Background | |
| bg-attachment | |
| bg-color | |
| bg-image | |
| bg-position | |
| bg-repeat | |
| Box | |
| width | |
| height | |
| border-top | |
| border-right | |
| border-bottom | |
| border-left | |
| margin | |
| padding | |
| max-height | |
| min-height | |
| max-width | |
| min-width | |
| outline-color | |
| outline-style | |
| outline-width | |
| Positioning | |
| position | |
| top | |
| bottom | |
| right | |
| left | |
| float | |
| display | |
| clear | |
| z-index | |
| List | |
| list-style-image | |
| list-style-type | |
| list-style-position | |
| Table | |
| vertical-align | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| Effects | |
| text-shadow | |
| -webkit-box-shadow | |
| border-radius | |
| Other | |
| overflow | |
| cursor | |
| visibility |
