org.seasar.robot.util
クラス TemporaryFileInputStream
java.lang.Object
java.io.InputStream
org.seasar.robot.util.TemporaryFileInputStream
- すべての実装されたインタフェース:
- Closeable
public class TemporaryFileInputStream
- extends InputStream
- 作成者:
- shinsuke
クラス 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.