|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartDataSource | |
---|---|
org.outerj.daisy.repository | Core API for accessing the repository, and creating and modifying documents in it. |
Uses of PartDataSource in org.outerj.daisy.repository |
---|
Classes in org.outerj.daisy.repository that implement PartDataSource | |
---|---|
class |
ByteArrayPartDataSource
An implementation of the PartDataSource interface that takes
its input from a byte array. |
class |
FilePartDataSource
|
Methods in org.outerj.daisy.repository with parameters of type PartDataSource | |
---|---|
void |
Document.setPart(long partTypeId,
java.lang.String mimeType,
PartDataSource partDataSource)
Sets a part. |
void |
Document.setPart(java.lang.String partTypeName,
java.lang.String mimeType,
PartDataSource partDataSource)
Sets a part. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |