org.xmldb.api.modules
Interface BinaryResource
- All Superinterfaces:
- Resource
- All Known Implementing Classes:
- SimpleBinaryResource, BinaryResourceImpl
- 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[]
.
RESOURCE_TYPE
public static final java.lang.String RESOURCE_TYPE
Copyright (c) 2001 The XML:DB Initiative All rights reserved