public class IMMultipartStream.ItemInputStream extends InputStream implements org.apache.commons.fileupload.util.Closeable
InputStream
for reading an items contents.修飾子とタイプ | メソッドと説明 |
---|---|
int |
available()
Returns the number of bytes, which are currently available, without blocking.
|
void |
close()
Closes the input stream.
|
long |
getBytesRead()
Returns the number of bytes, which have been read by the stream.
|
boolean |
isClosed()
Returns, whether the stream is closed.
|
int |
read()
Returns the next byte in the stream.
|
int |
read(byte[] b,
int off,
int len)
Reads bytes into the given buffer.
|
long |
skip(long bytes)
Skips the given number of bytes.
|
mark, markSupported, read, reset
public long getBytesRead()
public int available() throws IOException
available
クラス内 InputStream
IOException
- An I/O error occurs.public int read() throws IOException
read
クラス内 InputStream
IOException
- An I/O error occurred.public int read(byte[] b, int off, int len) throws IOException
read
クラス内 InputStream
b
- The destination buffer, where to write to.off
- Offset of the first byte in the buffer.len
- Maximum number of bytes to read.IOException
- An I/O error occurred.public void close() throws IOException
close
インタフェース内 Closeable
close
インタフェース内 AutoCloseable
close
クラス内 InputStream
IOException
- An I/O error occurred.public long skip(long bytes) throws IOException
skip
クラス内 InputStream
bytes
- Number of bytes to skip.IOException
- An I/O error occurred.public boolean isClosed()
Copyright © 2012 NTT DATA INTRAMART CORPORATION