Class HexScanInterpreter
- java.lang.Object
-
- org.apache.accumulo.core.util.format.HexFormatter
-
- org.apache.accumulo.core.util.interpret.HexScanInterpreter
-
- All Implemented Interfaces:
Iterator<String>,Formatter,ScanInterpreter
public class HexScanInterpreter extends HexFormatter
As simple scan interpreter that converts hex to binary. IT supports translating the output ofHexFormatterback to binary. The hex input can contain dashes (becauseHexFormatteroutputs dashes) which are ignored.
-
-
Constructor Summary
Constructors Constructor Description HexScanInterpreter()
-
Method Summary
-
Methods inherited from class org.apache.accumulo.core.util.format.HexFormatter
hasNext, initialize, interpretBeginRow, interpretColumnFamily, interpretColumnQualifier, interpretEndRow, interpretRow, next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-