JAVA Basic 강의자료] 바이트 스트림의 메서드

 

JAVA Basic 강의자료] 바이트 스트림의 메서드

 

 

 

 

 

 

실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.

 


 

 

바이트 스트림의 메서드

 

 

*입력(InputStream)
-int read()
-int read(byte cbuf[])
-int read(byte cbuf[], int offset, int length)

 

*출력(OutputStream)
-int Write(int c)
-int Write(byte cbuf[])
-int Write(byte cbuf[], int offset, int length) 

+ Recent posts