public class CachedSource extends Object implements Source
コンストラクタと説明 |
---|
CachedSource(URI uri,
String mimeType,
String encoding,
File file) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
close() |
boolean |
exists()
データが存在すればtrueを返します。
|
protected void |
finalize() |
String |
getEncoding()
キャラクタ・エンコーディングを返します。
|
File |
getFile()
ファイルとして返します。
|
InputStream |
getInputStream()
バイナリストリームを返します。
|
long |
getLength()
データのサイズを返します。
|
String |
getMimeType()
データのMIME型を返します。
|
Reader |
getReader()
テキストストリームを返します。
|
URI |
getURI()
データのURIを返します。
|
SourceValidity |
getValidity()
データの変更情報を返します。
|
boolean |
isFile()
ファイルならtrueを返します。
|
boolean |
isInputStream()
バイナリデータとして取得可能ならtrueを返します。
|
boolean |
isReader()
テキストデータとして取得可能ならtrueを返します。
|
public URI getURI()
Source
getURI
インタフェース内 MetaSource
getURI
インタフェース内 Source
public String getEncoding()
Source
getEncoding
インタフェース内 MetaSource
getEncoding
インタフェース内 Source
public String getMimeType()
Source
getMimeType
インタフェース内 MetaSource
getMimeType
インタフェース内 Source
public InputStream getInputStream() throws IOException
Source
getInputStream
インタフェース内 Source
IOException
public Reader getReader() throws IOException
Source
getReader
インタフェース内 Source
IOException
public boolean isFile()
Source
public void close()
public boolean exists() throws IOException
Source
exists
インタフェース内 Source
IOException
public boolean isInputStream() throws IOException
Source
isInputStream
インタフェース内 Source
IOException
public long getLength() throws IOException
Source
getLength
インタフェース内 MetaSource
getLength
インタフェース内 Source
IOException
public boolean isReader() throws IOException
Source
isReader
インタフェース内 Source
IOException
public SourceValidity getValidity()
Source
getValidity
インタフェース内 Source
Copyright © 2024 座間ソフト. All rights reserved.