public interface Query
| Modifier and Type | Method and Description |
|---|---|
String |
getQuery() |
QueryType |
getQueryType() |
int |
length() |
void |
writeTo(OutputStream os) |
void |
writeTo(OutputStream ostream,
int offset,
int packLength) |
int length()
throws QueryException
QueryExceptionvoid writeTo(OutputStream os) throws IOException, QueryException
IOExceptionQueryExceptionString getQuery()
QueryType getQueryType()
void writeTo(OutputStream ostream, int offset, int packLength) throws IOException, QueryException
IOExceptionQueryExceptionCopyright © 2016. All rights reserved.