Package com.axemble.vdoc.sdk.interfaces
Interface IViewerConvertable
public interface IViewerConvertable
Represent an object that can be converted to display into viewer
- 
Method SummaryModifier and TypeMethodDescriptionbuild the convertable cheksumget the convertable file extensionget the convertable file namethe convertable input streamgetUrl()get the convertable direct linkthe convertable as protocol support
- 
Method Details- 
getFileNameString getFileName()get the convertable file name- Returns:
- the file name
 
- 
getFileExtensionString getFileExtension()get the convertable file extension- Returns:
- the file extension
 
- 
getUrlString getUrl()get the convertable direct link- Returns:
- the convertable direct link
 
- 
buildChecksumString buildChecksum()build the convertable cheksum- Returns:
- the checksum
 
- 
toProtocolSupportIProtocolSupport toProtocolSupport()the convertable as protocol support- Returns:
- the IProtocolSupport representing the convertable
 
- 
getInputStreamthe convertable input stream- Returns:
- the convertable stream used to read it
- Throws:
- IOException- if can't open stream
 
 
-