Uses of Class
org.apache.pig.impl.io.BufferedPositionedInputStream

Packages that use BufferedPositionedInputStream
org.apache.pig.impl.streaming   
 

Uses of BufferedPositionedInputStream in org.apache.pig.impl.streaming
 

Methods in org.apache.pig.impl.streaming with parameters of type BufferedPositionedInputStream
 void OutputHandler.bindTo(String fileName, BufferedPositionedInputStream is, long offset, long end)
          Bind the OutputHandler to the InputStream from which to read the output data of the managed process.
 void FileOutputHandler.bindTo(String fileName, BufferedPositionedInputStream is, long offset, long end)
           
 



Copyright © 2012 The Apache Software Foundation