|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Blob | |
|---|---|
| org.apache.stanbol.enhancer.servicesapi | Stanbol Enhancer services API |
| org.apache.stanbol.enhancer.servicesapi.helper | |
| Uses of Blob in org.apache.stanbol.enhancer.servicesapi |
|---|
| Methods in org.apache.stanbol.enhancer.servicesapi that return Blob | |
|---|---|
Blob |
ContentItem.getBlob()
The main content of this content item |
| Uses of Blob in org.apache.stanbol.enhancer.servicesapi.helper |
|---|
| Classes in org.apache.stanbol.enhancer.servicesapi.helper that implement Blob | |
|---|---|
class |
InMemoryBlob
Holds the parsed data in an byte array. |
| Methods in org.apache.stanbol.enhancer.servicesapi.helper that return Blob | |
|---|---|
Blob |
ContentItemImpl.getBlob()
Final getter retrieving the Blob via ContentItemImpl.getPart(UriRef, Class)
with |
| Methods in org.apache.stanbol.enhancer.servicesapi.helper that return types with arguments of type Blob | |
|---|---|
static java.util.Map.Entry<org.apache.clerezza.rdf.core.UriRef,Blob> |
ContentItemHelper.getBlob(ContentItem ci,
java.util.Set<java.lang.String> mimeTypes)
Searches an content part
of the type Blob with one of the the parsed mimeTypes. |
| Methods in org.apache.stanbol.enhancer.servicesapi.helper with parameters of type Blob | |
|---|---|
static java.lang.String |
ContentItemHelper.getMimeTypeWithParameters(Blob blob)
Creates the "{type}/{subtime}; [{param}={value}]+" mime type representation for the getMimeType() and getParameter() values |
static java.lang.String |
ContentItemHelper.getText(Blob blob)
Getter for the Text of an Blob. |
static org.apache.clerezza.rdf.core.UriRef |
ContentItemHelper.makeDefaultUri(java.lang.String baseUri,
Blob blob)
|
static org.apache.clerezza.rdf.core.UriRef |
ContentItemHelper.makeDefaultUrn(Blob blob)
|
| Constructors in org.apache.stanbol.enhancer.servicesapi.helper with parameters of type Blob | |
|---|---|
ContentItemImpl(org.apache.clerezza.rdf.core.UriRef uri,
Blob main,
org.apache.clerezza.rdf.core.MGraph metadata)
|
|
InMemoryContentItem(java.lang.String uriString,
Blob blob,
org.apache.clerezza.rdf.core.MGraph metadata)
|
|
InMemoryContentItem(org.apache.clerezza.rdf.core.UriRef uri,
Blob blob,
org.apache.clerezza.rdf.core.MGraph metadata)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||