public static final class CharacterRing.WriterBuffer extends Writer implements BasicLogger.Buffer
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
close() |
boolean |
equals(Object obj) |
void |
flush() |
void |
flush(BasicLogger.Printer printer) |
int |
hashCode() |
void |
write(char[] cbuf,
int off,
int len) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
flush, flush, flush
public void clear()
clear
in interface BasicLogger.Buffer
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void flush(BasicLogger.Printer printer)
flush
in interface BasicLogger.Buffer
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
Copyright © 2019 Optimatika. All rights reserved.