okuyama.imdst.util.io
クラス CustomReader

java.lang.Object
  上位を拡張 okuyama.imdst.util.io.CustomReader

public class CustomReader
extends java.lang.Object


コンストラクタの概要
CustomReader(java.io.InputStream is)
           
 
メソッドの概要
 void close()
           
 void mark(int point)
           
 int read()
           
 int read(byte[] buf)
           
 java.lang.String readLine()
           
 boolean ready()
           
 void reset()
           
 
クラス 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()