org.apache.blur.thirdparty.thrift_0_9_0.transport
Class TFileTransport.truncableBufferedInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.BufferedInputStream
              extended by org.apache.blur.thirdparty.thrift_0_9_0.transport.TFileTransport.truncableBufferedInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
TFileTransport

public static class TFileTransport.truncableBufferedInputStream
extends BufferedInputStream


Constructor Summary
TFileTransport.truncableBufferedInputStream(InputStream in)
           
TFileTransport.truncableBufferedInputStream(InputStream in, int size)
           
 
Method Summary
 void trunc()
           
 
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TFileTransport.truncableBufferedInputStream

public TFileTransport.truncableBufferedInputStream(InputStream in)

TFileTransport.truncableBufferedInputStream

public TFileTransport.truncableBufferedInputStream(InputStream in,
                                                   int size)
Method Detail

trunc

public void trunc()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.