public class LatchedWriter extends Writer
| Constructor and Description | 
|---|
LatchedWriter(Writer writer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
await()  | 
void | 
close()  | 
void | 
done()  | 
void | 
failed(Throwable e)  | 
void | 
flush()  | 
void | 
write(char[] cbuf,
     int off,
     int len)  | 
public LatchedWriter(Writer writer)
public void done()
          throws IOException
IOExceptionpublic void failed(Throwable e)
public void write(char[] cbuf,
                  int off,
                  int len)
           throws IOException
write in class WriterIOExceptionpublic void flush()
           throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void await()
Copyright © 2018. All rights reserved.