public class BlockInputStream extends InputStream
コンストラクタと説明 |
---|
BlockInputStream(com.eaglesakura.android.net.NetworkConnector.CacheDatabase database,
String url) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] buffer,
int byteOffset,
int byteCount) |
mark, markSupported, read, reset, skip
public BlockInputStream(com.eaglesakura.android.net.NetworkConnector.CacheDatabase database, String url) throws IOException
IOException
public int available() throws IOException
available
クラス内 InputStream
IOException
public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException
read
クラス内 InputStream
IOException
public int read() throws IOException
read
クラス内 InputStream
IOException
public void close() throws IOException
close
インタフェース内 Closeable
close
インタフェース内 AutoCloseable
close
クラス内 InputStream
IOException