Title: DataInputStream을 상속한 Stream
Description:
Copyright: Copyright (c) 2002
Company:
Constructor Detail |
public ReadStream(InputStream in)
ReadStream
을 만든다. 관련 변수와 스트림을 저장한다 in
in
- input stream.Method Detail |
public final String readString()
EOFException
- if this input stream reaches the end before reading two bytes.IOException
- if an I/O error occurs.