com.infodesire.infobit.data
Interface BinaryContent

All Superinterfaces:
Attributed, Content, PrimitiveContent

public interface BinaryContent
extends PrimitiveContent

binary infobit content. will provide size and mime type. actual data will be provided by infobit manager

Version:
$Revision: 1.4 $
Author:
konstantin

Method Summary
 java.lang.String getMimeType()
          mime type of binary content.
 
Methods inherited from interface com.infodesire.infobit.data.Content
getVersion
 
Methods inherited from interface com.infodesire.infobit.data.Attributed
getAttributeMap
 

Method Detail

getMimeType

public java.lang.String getMimeType()
mime type of binary content.

Returns:
The MimeType value


Copyright © 2003 Information Desire GmbH. All Rights Reserved.