org.xmldb.api.modules

Interface BinaryResource

public interface BinaryResource extends Resource

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
static StringRESOURCE_TYPE

Field Detail

RESOURCE_TYPE

public static final String RESOURCE_TYPE