Uses of Interface
org.outerj.daisy.repository.PartDataSource

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.
 



Copyright © -2012 . All Rights Reserved.