org.apache.hadoop.hbase.codec
Class BaseDecoder.PBIS
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.PushbackInputStream
org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- BaseDecoder
protected static class BaseDecoder.PBIS
- extends PushbackInputStream
Methods inherited from class java.io.PushbackInputStream |
available, close, mark, markSupported, read, read, reset, skip, unread, unread, unread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDecoder.PBIS
public BaseDecoder.PBIS(InputStream in,
int size)
resetBuf
public void resetBuf(int size)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.