com.servingxml.io.streamsink.file
Class FileSink
java.lang.Object
com.servingxml.io.streamsink.AbstractStreamSink
com.servingxml.io.streamsink.file.FileSink
- All Implemented Interfaces:
- StreamSink
public class FileSink
- extends AbstractStreamSink
- implements StreamSink
Constructor Summary |
FileSink(java.io.File file)
|
FileSink(java.io.File file,
java.nio.charset.Charset charset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSink
public FileSink(java.io.File file,
java.nio.charset.Charset charset)
throws java.io.IOException
- Throws:
java.io.IOException
FileSink
public FileSink(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
getCharset
public java.nio.charset.Charset getCharset()
- Specified by:
getCharset
in interface StreamSink
getCharset
public java.nio.charset.Charset getCharset(java.nio.charset.Charset defaultCharset)
- Specified by:
getCharset
in interface StreamSink
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface StreamSink
close
public void close()
- Specified by:
close
in interface StreamSink
setOutputProperties
public void setOutputProperties(java.util.Properties outputProperties)
- Specified by:
setOutputProperties
in interface StreamSink
setOutputProperty
public void setOutputProperty(java.lang.String key,
java.lang.String value)
- Specified by:
setOutputProperty
in interface StreamSink
getOutputProperties
public java.util.Properties getOutputProperties()
- Specified by:
getOutputProperties
in interface StreamSink