public abstract class AbstractBinarySinkFactory extends Object implements SinkFactory
SinkFactory for binary output.ROLE| Constructor and Description |
|---|
AbstractBinarySinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
Sink |
createSink(File outputDir,
String outputName) |
Sink |
createSink(File outputDir,
String outputName,
String encoding) |
Sink |
createSink(OutputStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSinkpublic AbstractBinarySinkFactory()
public Sink createSink(File outputDir, String outputName) throws IOException
createSink in interface SinkFactoryIOExceptionpublic Sink createSink(File outputDir, String outputName, String encoding) throws IOException
createSink in interface SinkFactoryIOExceptionpublic Sink createSink(OutputStream out) throws IOException
createSink in interface SinkFactoryIOExceptionCopyright © 2005–2017 The Apache Software Foundation. All rights reserved.