class Utf8RecodingDeferredFileOutputStream
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
closed |
private org.apache.commons.io.output.DeferredFileOutputStream |
deferredFileOutputStream |
private static java.nio.charset.Charset |
UTF8 |
Constructor and Description |
---|
Utf8RecodingDeferredFileOutputStream(java.lang.String channel) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
free() |
long |
getByteCount() |
void |
write(byte[] buf,
int off,
int len) |
void |
writeTo(java.io.OutputStream out) |
private org.apache.commons.io.output.DeferredFileOutputStream deferredFileOutputStream
private boolean closed
private static final java.nio.charset.Charset UTF8
public Utf8RecodingDeferredFileOutputStream(java.lang.String channel)
public void write(byte[] buf, int off, int len) throws java.io.IOException
java.io.IOException
public long getByteCount()
public void close() throws java.io.IOException
java.io.IOException
public void writeTo(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public void free()