|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||
SUMMARY: java.lang.Object
A TextCompareContributor that uses an InputStream. This class takes care of using the correct decoding for HTML and XML.
InputStreamTextContributor
public InputStreamTextContributor(java.io.InputStream inStream,
java.lang.String shortLabel,
java.lang.String longLabel,
java.lang.String type)
throws java.io.IOException
InputStreamTextContributor
public InputStreamTextContributor(java.io.InputStream inStream,
java.lang.String defaultEncoding,
java.lang.String shortLabel,
java.lang.String longLabel,
java.lang.String type)
throws java.io.IOException
InputStreamTextContributor
public InputStreamTextContributor(java.io.Reader inStream,
java.lang.String shortLabel,
java.lang.String longLabel,
java.lang.String type)
throws java.io.IOException
getTextBufferpublic TextBuffer getTextBuffer()
getLongLabelpublic java.lang.String getLongLabel()
getShortLabelpublic java.lang.String getShortLabel()
getTypepublic java.lang.String getType()
setPatchDescriptorpublic void setPatchDescriptor(PatchCompareDescriptor patchDescriptor) getPatchDescriptorpublic PatchCompareDescriptor getPatchDescriptor()
getStreamTypepublic StreamType getStreamType() getStreamEncodingpublic java.lang.String getStreamEncoding()
| ||||||||||||||||