Class BinaryResourceImpl
java.lang.Object
org.xmldb.api.sdk.modules.BaseResource
org.xmldb.api.sdk.modules.SimpleBinaryResource
org.xmldb.api.reference.modules.BinaryResourceImpl
- All Implemented Interfaces:
Resource, BinaryResource
Resource for encapsulation of binary data that is stored in the data base.
Support for BinaryResources is optional.
-
Field Summary
Fields inherited from interface BinaryResource
RESOURCE_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionBinaryResourceImpl(Collection parent, String id) BinaryResourceImpl(Collection parent, String id, byte[] content) -
Method Summary
Methods inherited from class SimpleBinaryResource
getContent, getResourceType, setContentMethods inherited from class BaseResource
getId, getParentCollectionMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Resource
getContent, getId, getParentCollection, getResourceType, setContent
-
Constructor Details
-
BinaryResourceImpl
-
BinaryResourceImpl
-