카테고리 없음
제목없음
surhommejk
2017. 11. 15. 10:13
IOstream, Thread, Socket 복습
public int read() (FileInputStream 내 Method)
Reads a byte of data from this input stream. This method blocks if no input is yet available.
> inputstream에서 Byte단위로 읽는다. 다 읽고나면 -1을 읽어냄.