public class SourceWrapper extends Object implements Source
コンストラクタと説明 |
---|
SourceWrapper(Source source) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
exists()
データが存在すればtrueを返します。
|
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を返します。
|
String |
toString() |
protected final Source source
public SourceWrapper(Source source)
public boolean exists() throws IOException
Source
exists
インタフェース内 Source
IOException
public String getEncoding() throws IOException
Source
getEncoding
インタフェース内 MetaSource
getEncoding
インタフェース内 Source
IOException
public InputStream getInputStream() throws IOException
Source
getInputStream
インタフェース内 Source
IOException
public long getLength() throws IOException
Source
getLength
インタフェース内 MetaSource
getLength
インタフェース内 Source
IOException
public String getMimeType() throws IOException
Source
getMimeType
インタフェース内 MetaSource
getMimeType
インタフェース内 Source
IOException
public Reader getReader() throws IOException
Source
getReader
インタフェース内 Source
IOException
public URI getURI()
Source
getURI
インタフェース内 MetaSource
getURI
インタフェース内 Source
public SourceValidity getValidity() throws IOException
Source
getValidity
インタフェース内 Source
IOException
public boolean isFile() throws IOException
Source
isFile
インタフェース内 Source
IOException
public boolean isInputStream() throws IOException
Source
isInputStream
インタフェース内 Source
IOException
public boolean isReader() throws IOException
Source
isReader
インタフェース内 Source
IOException
Copyright © 2024 座間ソフト. All rights reserved.