Uses of Class
org.xcmis.spi.utils.MimeType

Packages that use MimeType
org.xcmis.spi   
org.xcmis.spi.utils   
 

Uses of MimeType in org.xcmis.spi
 

Fields in org.xcmis.spi with type parameters of type MimeType
protected  Map<MimeType,RenditionProvider> RenditionManager.renditionProviders
           
 

Methods in org.xcmis.spi that return MimeType
 MimeType BaseContentStream.getMediaType()
          
 MimeType ContentStream.getMediaType()
           
 MimeType RenditionProvider.getProducedMediaType()
          Get media type of produced rendition content stream
 MimeType[] RenditionProvider.getSupportedMediaType()
          Get a list of source media types supported by this provider.
 

Methods in org.xcmis.spi with parameters of type MimeType
 ItemsIterator<Rendition> RenditionManager.getRenditions(MimeType mime)
          Get all renditions using all available RenditionProvider that can provide rendition for specified mime-type.
 RenditionContentStream RenditionManager.getStream(ContentStream stream, MimeType mime)
          Get rendition from content stream with known mime-type and use most suitable RenditionProvider.
 

Constructors in org.xcmis.spi with parameters of type MimeType
BaseContentStream(byte[] bytes, String fileName, MimeType mediaType)
           
BaseContentStream(InputStream in, long length, String fileName, MimeType mediaType)
           
BaseContentStream(InputStream in, String fileName, MimeType mediaType)
           
RenditionContentStream(byte[] bytes, String fileName, MimeType mediaType, String kind)
           
RenditionContentStream(byte[] bytes, String fileName, MimeType mediaType, String kind, int height, int width)
           
RenditionContentStream(InputStream in, long length, String fileName, MimeType mediaType, String kind)
           
RenditionContentStream(InputStream in, long length, String fileName, MimeType mediaType, String kind, int height, int width)
           
RenditionContentStream(InputStream in, String fileName, MimeType mediaType, String kind)
           
RenditionContentStream(InputStream in, String fileName, MimeType mediaType, String kind, int height, int width)
           
 

Uses of MimeType in org.xcmis.spi.utils
 

Methods in org.xcmis.spi.utils that return MimeType
static MimeType MimeType.fromString(String source)
          Create instance of MimeType from the string.
 

Methods in org.xcmis.spi.utils with parameters of type MimeType
 boolean MimeType.match(MimeType other)
          Check is one mime-type compatible to other.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.