@InterfaceAudience.LimitedPrivate(value={"Coprocesssor","Phoenix"}) public abstract class BaseDecoder extends Object implements Codec.Decoder
限定符和类型 | 类和说明 |
---|---|
protected static class |
BaseDecoder.PBIS |
限定符和类型 | 字段和说明 |
---|---|
protected InputStream |
in |
protected static org.apache.commons.logging.Log |
LOG |
构造器和说明 |
---|
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
在接口中 CellScanner
CellScanner.current()
will return a valid CellIOException
protected InputStream getInputStream()
@NonNull protected abstract Cell parseCell() throws IOException
IOException
public Cell current()
current
在接口中 CellScanner
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.