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