org.kde.koala
public class KMimeMagicResult extends Object implements QtSupport
find...Type
methods.
It contains the mimetype and the encoding of
the file or buffer read.UNKNOWN:
Constructor Summary | |
---|---|
protected | KMimeMagicResult(Class dummy) |
KMimeMagicResult() |
Method Summary | |
---|---|
int | accuracy()
Retrieve the accuracy of the matching. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isValid()
Returns whether the result is valid (i.e. mimetype not empty). |
String | mimeType()
Retrieve the mimetype (e.g. |
void | setAccuracy(int _accuracy) |
void | setInvalid() |
void | setMimeType(String _mime) |
UNKNOWN: Retrieve the accuracy of the matching.
UNKNOWN: Returns whether the result is valid (i.
UNKNOWN: Retrieve the mimetype (e.