okuyama.imdst.util.io
クラス CustomReader
java.lang.Object
okuyama.imdst.util.io.CustomReader
public class CustomReader
- extends java.lang.Object
IOのRead系のラッパー.
- 作成者:
- T.Okuyama
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomReader
public CustomReader(java.io.InputStream is)
readLine
public java.lang.String readLine()
throws java.lang.Exception
- 例外:
java.lang.Exception
ready
public boolean ready()
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public int read(byte[] buf)
throws java.lang.Exception
- 例外:
java.lang.Exception
mark
public void mark(int point)
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public int read()
throws java.lang.Exception
- 例外:
java.lang.Exception
reset
public void reset()
throws java.lang.Exception
- 例外:
java.lang.Exception
close
public void close()