본문 바로가기 메뉴 바로가기

coens TISTORY

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

coens TISTORY

검색하기 폼
  • 전체 (230)
    • 일기 (0)
    • dev (72)
      • server (13)
      • java (21)
      • javascipt (5)
      • php (14)
      • android (4)
      • css (1)
      • es (8)
    • 책 (2)
    • 미투데이 (87)
    • 찍찍 (6)
    • 컴퓨터 잡지식 (5)
    • 필사 (4)
      • 대한민국에 고한다 (0)
      • 칼의 노래 (2)
      • 자본주의 고쳐쓰기 (2)
    • w (22)
    • etc (2)
    • 공부진도 (0)
      • 안드로이드 프로그래밍 정복 (0)
  • 방명록

[16] 1바이트 출력

## 1바이트 출력 1 ## import java.io.*; public class _2_1 { public static void main(String[] args) throws IOException{ byte[] by = new byte[]{'R', 'a', 'i', 's', 'o', 'n'}; // 콘솔모드..... FileDescriptor.out: 콘솔에 출력 FileOutputStream fos1 = new FileOutputStream(FileDescriptor.out); fos1.write(by); fos1.write(by,2,1); fos1.write(65); fos1.close(); // 파일 모드..... true : 기존 내용에 추가 FileOutputStream fos2 = new ..

dev/java 2008. 9. 27. 16:24
이전 1 ··· 221 222 223 224 225 226 227 ··· 230 다음
이전 다음
공지사항

Blog is powered by Tistory / Designed by Tistory

티스토리툴바