パッケージ org.codelibs.curl.io
クラス ContentCache
- java.lang.Object
-
- org.codelibs.curl.io.ContentCache
-
- すべての実装されたインタフェース:
Closeable,AutoCloseable
public class ContentCache extends Object implements Closeable
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ContentCache(byte[] data)ContentCache(File file)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidclose()InputStreamgetInputStream()
-
-
-
フィールドの詳細
-
logger
protected static final Logger logger
-
-
コンストラクタの詳細
-
ContentCache
public ContentCache(byte[] data)
-
ContentCache
public ContentCache(File file)
-
-
メソッドの詳細
-
close
public void close() throws IOException- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内Closeable- 例外:
IOException
-
getInputStream
public InputStream getInputStream() throws IOException
- 例外:
IOException
-
-