org.apache.hadoop.hive.hbase
Class DataInputInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.hadoop.hive.hbase.DataInputInputStream
All Implemented Interfaces:
Closeable

public class DataInputInputStream
extends InputStream


Constructor Summary
DataInputInputStream(DataInput dataInput)
           
 
Method Summary
static InputStream from(DataInput dataInput)
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataInputInputStream

public DataInputInputStream(DataInput dataInput)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException

from

public static InputStream from(DataInput dataInput)


Copyright © 2014 The Apache Software Foundation. All rights reserved.