org.seasar.robot.util
クラス TemporaryFileInputStream

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 org.seasar.robot.util.TemporaryFileInputStream
すべての実装されたインタフェース:
Closeable

public class TemporaryFileInputStream
extends InputStream

作成者:
shinsuke

コンストラクタの概要
TemporaryFileInputStream(File tempFile)
           
 
メソッドの概要
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 void reset()
           
 long skip(long n)
           
 
クラス java.io.InputStream から継承されたメソッド
read, read
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TemporaryFileInputStream

public TemporaryFileInputStream(File tempFile)
                         throws FileNotFoundException
例外:
FileNotFoundException
メソッドの詳細

read

public int read()
         throws IOException
定義:
クラス InputStream 内の read
例外:
IOException

available

public int available()
              throws IOException
オーバーライド:
クラス InputStream 内の available
例外:
IOException

close

public void close()
           throws IOException
定義:
インタフェース Closeable 内の close
オーバーライド:
クラス InputStream 内の close
例外:
IOException

mark

public void mark(int readlimit)
オーバーライド:
クラス InputStream 内の mark

markSupported

public boolean markSupported()
オーバーライド:
クラス InputStream 内の markSupported

reset

public void reset()
           throws IOException
オーバーライド:
クラス InputStream 内の reset
例外:
IOException

skip

public long skip(long n)
          throws IOException
オーバーライド:
クラス InputStream 内の skip
例外:
IOException


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.