Converts the given item to a byte array. @param item item to be converted @param info input info (can be null) @return byte array @throws QueryException query exception
(Item item, InputInfo info)
| 63 | * @throws QueryException query exception |
| 64 | */ |
| 65 | public abstract byte[] parse(Item item, InputInfo info) throws QueryException; |
| 66 | |
| 67 | @Override |
| 68 | public BufferInput input(final InputInfo ii) throws QueryException { |