Returns the binary content. @param info input info (can be null) @return content @throws QueryException query exception
(final InputInfo info)
| 33 | * @throws QueryException query exception |
| 34 | */ |
| 35 | @SuppressWarnings("unused") |
| 36 | public byte[] binary(final InputInfo info) throws QueryException { |
| 37 | return data; |
| 38 | } |
| 39 | |
| 40 | @Override |
| 41 | public final boolean comparable(final Item item) { |