org.apache.accumulo.core.util.interpret
Class HexScanInterpreter

java.lang.Object
  extended by org.apache.accumulo.core.util.format.HexFormatter
      extended by org.apache.accumulo.core.util.interpret.HexScanInterpreter
All Implemented Interfaces:
Iterator<String>, Formatter, ScanInterpreter

public class HexScanInterpreter
extends HexFormatter
implements ScanInterpreter

As simple scan interpreter that converts hex to binary. IT supports translating the output of HexFormatter back to binary. The hex input can contain dashes (because HexFormatter outputs dashes) which are ignored.


Constructor Summary
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 org.apache.accumulo.core.util.interpret.ScanInterpreter
interpretBeginRow, interpretColumnFamily, interpretColumnQualifier, interpretEndRow, interpretRow
 

Constructor Detail

HexScanInterpreter

public HexScanInterpreter()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.