Package org.xmldb.api.modules
Interface BinaryResource
- All Superinterfaces:
Resource
- All Known Implementing Classes:
BinaryResourceImpl
,SimpleBinaryResource
Resource for encapsulation of binary data that is stored in the data base.
Support for BinaryResources is optional.
The standard
getContent
method returns a byte[]
and the standard setContent expects an byte[]
.-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.xmldb.api.base.Resource
getContent, getId, getParentCollection, getResourceType, setContent
-
Field Details
-
RESOURCE_TYPE
- See Also:
-