public class SizeCountWriter extends Writer
SizeCountWriter class.
| Constructor and Description |
|---|
SizeCountWriter(Writer out)
Constructor for SizeCountWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
long |
getSize()
getSize.
|
void |
write(char[] ac,
int i,
int j) |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void write(char[] ac,
int i,
int j)
throws IOException
write in class WriterIOExceptionpublic long getSize()
getSize.
Copyright © 2016. All Rights Reserved.