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