public abstract class BaseDecoder extends Object implements Decoder
Modifier and Type | Field and Description |
---|---|
protected KeyValue |
current |
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
protected KeyValue current
public BaseDecoder(InputStream in)
public boolean advance() throws IOException
Decoder
advance
in interface Decoder
Decoder.current()
will return a valid objectIOException
- if there is an error reading the next entryprotected abstract KeyValue parseCell() throws IOException
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.