public interface QueryResult
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getKey()Deprecated. 
 if there is more than one key, the result must match all the
   criteria.  So this method is not useful. | 
| int | getLength()Get the length of the result. | 
| int | getOffset()Get the offset of the result within the file. | 
| java.net.URL | getURL()Get the URL of the file containing the result. | 
@Deprecated java.lang.String getKey()
java.net.URL getURL()
int getOffset()
int getLength()