org.apache.hadoop.hbase.codec
Class BaseDecoder.PBIS

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.PushbackInputStream
              extended by org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
All Implemented Interfaces:
Closeable
Enclosing class:
BaseDecoder

protected static class BaseDecoder.PBIS
extends PushbackInputStream


Field Summary
 
Fields inherited from class java.io.PushbackInputStream
buf, pos
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
BaseDecoder.PBIS(InputStream in, int size)
           
 
Method Summary
 void resetBuf(int size)
           
 
Methods inherited from class java.io.PushbackInputStream
available, close, mark, markSupported, read, read, reset, skip, unread, unread, unread
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDecoder.PBIS

public BaseDecoder.PBIS(InputStream in,
                        int size)
Method Detail

resetBuf

public void resetBuf(int size)


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.