tachyon.hadoop
Class TFileOutputStreamHdfs

java.lang.Object
  extended by java.io.OutputStream
      extended by tachyon.hadoop.TFileOutputStreamHdfs
All Implemented Interfaces:
Closeable, Flushable

public class TFileOutputStreamHdfs
extends OutputStream


Constructor Summary
TFileOutputStreamHdfs()
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TFileOutputStreamHdfs

public TFileOutputStreamHdfs()
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException


Copyright © 2013. All Rights Reserved.