|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xmldb.api.sdk.modules.BaseResource
org.xmldb.api.sdk.modules.SimpleBinaryResource
org.xmldb.api.reference.modules.BinaryResourceImpl
public class BinaryResourceImpl
Resource for encapsulation of binary data that is stored in the data base. Support for BinaryResources is optional.
Field Summary |
---|
Fields inherited from class org.xmldb.api.sdk.modules.SimpleBinaryResource |
---|
content |
Fields inherited from class org.xmldb.api.sdk.modules.BaseResource |
---|
id, parent |
Fields inherited from interface org.xmldb.api.modules.BinaryResource |
---|
RESOURCE_TYPE |
Constructor Summary | |
---|---|
BinaryResourceImpl(Collection parent,
java.lang.String id)
|
|
BinaryResourceImpl(Collection parent,
java.lang.String id,
byte[] content)
|
Method Summary |
---|
Methods inherited from class org.xmldb.api.sdk.modules.SimpleBinaryResource |
---|
getContent, getResourceType, setContent |
Methods inherited from class org.xmldb.api.sdk.modules.BaseResource |
---|
getId, getParentCollection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xmldb.api.base.Resource |
---|
getContent, getId, getParentCollection, getResourceType, setContent |
Constructor Detail |
---|
public BinaryResourceImpl(Collection parent, java.lang.String id)
public BinaryResourceImpl(Collection parent, java.lang.String id, byte[] content)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |