public interface MetaSource
Modifier and Type | Method and Description |
---|---|
String |
getEncoding()
キャラクタ・エンコーディングを返します。未定の場合はnullです。
|
long |
getLength()
データのサイズを返します。不明な場合は-1を返します。
|
String |
getMimeType()
データのMIME型を返します。不確定な場合はnull。
|
URI |
getURI()
データのURIを返します。
|
URI getURI()
String getMimeType() throws IOException
IOException
String getEncoding() throws IOException
IOException
long getLength() throws IOException
IOException
Copyright © 2018 座間ソフト. All rights reserved.