public final class FixedBufferedOutputStream extends BufferedOutputStream
close()
once it has failed before.buf, count
out
Constructor and Description |
---|
FixedBufferedOutputStream(OutputStream out,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
getIgnoreClose() |
void |
setIgnoreClose(boolean ignoreClose) |
flush, write, write
write
public FixedBufferedOutputStream(OutputStream out, int size)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
public boolean getIgnoreClose()
public void setIgnoreClose(boolean ignoreClose)
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.