Package org.xmldb.api.modules
Interface BinaryResource
-
- All Superinterfaces:
Resource
- All Known Implementing Classes:
BinaryResourceImpl
,SimpleBinaryResource
public interface BinaryResource extends Resource
Resource for encapsulation of binary data that is stored in the data base. Support for BinaryResources is optional. The standardgetContent
method returns abyte[]
and the standard setContent expects anbyte[]
.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RESOURCE_TYPE
-
Method Summary
-
Methods inherited from interface org.xmldb.api.base.Resource
getContent, getId, getParentCollection, getResourceType, setContent
-
-
-
-
Field Detail
-
RESOURCE_TYPE
static final java.lang.String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
-