org.aminds.io.mime
クラス MimeInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.aminds.io.mime.MimeInputStream
- すべての実装されたインタフェース:
- Closeable
public class MimeInputStream
- extends FilterInputStream
InputStream that read a stream decoding the MIME format
- 作成者:
- Masashi Nakanishi
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MimeInputStream
public MimeInputStream(InputStream in)
throws IOException
- 例外:
IOException
getNextPart
public MimePart getNextPart()
throws IOException
- 例外:
IOException
closePart
public void closePart()
throws IOException
- 例外:
IOException
getCharset
public String getCharset()
throws IOException
- 例外:
IOException
read
public int read()
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の read
- 例外:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の read
- 例外:
IOException
skip
public long skip(long n)
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の skip
- 例外:
IOException
available
public int available()
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の available
- 例外:
IOException
mark
public void mark(int readlimit)
- オーバーライド:
- クラス
FilterInputStream
内の mark
reset
public void reset()
throws IOException
- オーバーライド:
- クラス
FilterInputStream
内の reset
- 例外:
IOException
markSupported
public boolean markSupported()
- オーバーライド:
- クラス
FilterInputStream
内の markSupported
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable
内の close
- オーバーライド:
- クラス
FilterInputStream
内の close
- 例外:
IOException
Copyright © 2010. All Rights Reserved.