Uses of Class
ag.smaser.trip.filefilter.Conversion
-
Uses of Conversion in ag.smaser.trip.filefilter
Subclasses of Conversion in ag.smaser.trip.filefilterModifier and TypeClassDescriptionclassRepresents the state of a running file conversion.classRepresents the state of a running file conversion using a JNI-based (native) method to access the file data.Methods in ag.smaser.trip.filefilter with parameters of type ConversionModifier and TypeMethodDescriptionfinal voidFilterAdapter.addConversionResult(Conversion conv, byte[] data) Pass a block with plain text data from the conversion process to the calling application.final voidFilterAdapter.addConversionResult(Conversion conv, byte[] data, int length) Pass a block with plain text from the conversion process to the calling application.final voidFilterAdapter.addConversionResult(Conversion conv, String data) Pass a block with plain text from the conversion process to the calling application.final voidFilterAdapter.addConversionResult(String mimetype, String filename, Conversion conv, byte[] data) Pass a block with data from the conversion process to the calling application.final voidFilterAdapter.addConversionResult(String mimetype, String filename, Conversion conv, byte[] data, int length) Pass a block with data from the conversion process to the calling application.final voidFilterAdapter.addConversionResult(String mimetype, String filename, Conversion conv, String data) Pass a block with data from the conversion process to the calling application.final voidFilterAdapter.addExtractedProperty(Conversion conv, String name, String value) Pass a property name/value pair discovered during the conversion process to the calling application.final voidFilterAdapter.addHitWord(Conversion conv, String word) Called by JNI code to supply search hit terms for highlightingabstract voidFilterAdapter.closeConversion(Conversion conv) Called to end a conversion procedure.abstract voidFilterAdapter.convert(Conversion conv, String filename) Perform the actual conversion.abstract voidFilterAdapter.openConversion(Conversion conv) Called to start a conversion procedure.