cascading.tap.local.io
Class TapFileOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FileOutputStream
          extended by cascading.tap.local.io.TapFileOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class TapFileOutputStream
extends FileOutputStream


Constructor Summary
TapFileOutputStream(String path, boolean append)
           
TapFileOutputStream(Tap parent, String path, boolean update)
           
 
Method Summary
 
Methods inherited from class java.io.FileOutputStream
close, finalize, getChannel, getFD, write, write, write
 
Methods inherited from class java.io.OutputStream
flush
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapFileOutputStream

public TapFileOutputStream(String path,
                           boolean append)
                    throws FileNotFoundException
Throws:
FileNotFoundException

TapFileOutputStream

public TapFileOutputStream(Tap parent,
                           String path,
                           boolean update)
                    throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.