Package org.aksw.commons.util.entity
Interface EntityInfo
- All Known Implementing Classes:
EntityInfoImpl
public interface EntityInfo
Core content metadata describing encoding, content type, charset and
language.
- Author:
- raven
-
Method Summary
Modifier and TypeMethodDescriptionCharset, such as UTF-8 or ISO 8859-1A set of IRIs for 'standards' (may be informal or ad-hoc) a resource conforms todefault StringConvenience methodThe set of language tags for which the content is suitable.
-
Method Details
-
getContentEncodings
-
getContentType
String getContentType() -
getCharset
String getCharset()Charset, such as UTF-8 or ISO 8859-1- Returns:
-
getLanguageTags
The set of language tags for which the content is suitable.- Returns:
-
getConformsTo
A set of IRIs for 'standards' (may be informal or ad-hoc) a resource conforms to -
getByteSize
Long getByteSize() -
getUncompressedByteSize
Long getUncompressedByteSize() -
getEncodingsAsHttpHeader
Convenience method- Returns:
-