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 TypeClassDescriptionclass
Represents the state of a running file conversion.class
Represents 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 void
FilterAdapter.addConversionResult
(Conversion conv, byte[] data) Pass a block with plain text data from the conversion process to the calling application.final void
FilterAdapter.addConversionResult
(Conversion conv, byte[] data, int length) Pass a block with plain text from the conversion process to the calling application.final void
FilterAdapter.addConversionResult
(Conversion conv, String data) Pass a block with plain text from the conversion process to the calling application.final void
FilterAdapter.addConversionResult
(String mimetype, String filename, Conversion conv, byte[] data) Pass a block with data from the conversion process to the calling application.final void
FilterAdapter.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 void
FilterAdapter.addConversionResult
(String mimetype, String filename, Conversion conv, String data) Pass a block with data from the conversion process to the calling application.final void
FilterAdapter.addExtractedProperty
(Conversion conv, String name, String value) Pass a property name/value pair discovered during the conversion process to the calling application.final void
FilterAdapter.addHitWord
(Conversion conv, String word) Called by JNI code to supply search hit terms for highlightingabstract void
FilterAdapter.closeConversion
(Conversion conv) Called to end a conversion procedure.abstract void
FilterAdapter.convert
(Conversion conv, String filename) Perform the actual conversion.abstract void
FilterAdapter.openConversion
(Conversion conv) Called to start a conversion procedure.