|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OMConverter
Interface OMConverter
Provides a collection of methods useful to be provided in every converter
| Method Summary | |
|---|---|
String |
convert(InputStream input)
Convert content provided by an InputStream returning to a String |
String |
convert(String inputString)
Convert content provided by a String returning to a String |
String |
convertFromMBase(MBaseRef mbaseRef,
MBaseID id)
Convert content provided by MBase returning to a String |
void |
convertStreams(InputStream input,
OutputStream output)
Convert content provided by an InputStream returning to an OutputStream |
| Method Detail |
|---|
void convertStreams(InputStream input,
OutputStream output)
throws OMConvertException
input - the InputStreamoutput - the OutputStream
OMConvertException
String convert(InputStream input)
throws OMConvertException
input - the InputStream
OMConvertException
String convert(String inputString)
throws OMConvertException
inputString - the input data as InputString
OMConvertException
String convertFromMBase(MBaseRef mbaseRef,
MBaseID id)
throws OMConvertException
mbaseRef - the reference to an existing MBaseid - the id (key) of content to convert from MBase
OMConvertException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||