@InterfaceAudience.Private public abstract class BaseDecoder extends Object implements Codec.Decoder
Modifier and Type | Field and Description |
---|---|
protected InputStream |
in |
protected static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
BaseDecoder(InputStream in) |
protected static final org.apache.commons.logging.Log LOG
protected final InputStream in
public BaseDecoder(InputStream in)
public boolean advance() throws IOException
CellScanner
advance
in interface CellScanner
CellScanner.current()
will return a valid CellIOException
protected abstract Cell parseCell() throws IOException
IOException
public Cell current()
current
in interface CellScanner
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.