Uses of Class
org.mycore.datamodel.ifs.MCRContentInputStream

Packages that use MCRContentInputStream
org.mycore.backend.filesystem   
org.mycore.backend.hibernate   
org.mycore.backend.videocharger   
org.mycore.datamodel.ifs   
 

Uses of MCRContentInputStream in org.mycore.backend.filesystem
 

Methods in org.mycore.backend.filesystem with parameters of type MCRContentInputStream
protected  String MCRCStoreVFS.doStoreContent(MCRFileReader file, MCRContentInputStream source)
           
 

Uses of MCRContentInputStream in org.mycore.backend.hibernate
 

Methods in org.mycore.backend.hibernate with parameters of type MCRContentInputStream
protected  String MCRHIBCStore.doStoreContent(MCRFileReader file, MCRContentInputStream source)
           
 

Uses of MCRContentInputStream in org.mycore.backend.videocharger
 

Methods in org.mycore.backend.videocharger with parameters of type MCRContentInputStream
protected  String MCRCStoreVideoCharger.doStoreContent(MCRFileReader file, MCRContentInputStream source)
           
 

Uses of MCRContentInputStream in org.mycore.datamodel.ifs
 

Methods in org.mycore.datamodel.ifs with parameters of type MCRContentInputStream
protected abstract  String MCRContentStore.doStoreContent(MCRFileReader file, MCRContentInputStream source)
          Stores the content of an MCRFile by reading from an MCRContentInputStream.
 void MCROldFile.setContentFrom(MCRContentInputStream source, MCRContentStore store)
          Deprecated. Reads the content of this file from the source ContentInputStream and stores it in the ContentStore given
 String MCRContentStore.storeContent(MCRFileReader file, MCRContentInputStream source)
          Stores the content of an MCRFile by reading from an MCRContentInputStream.