T - public interface GenericWriter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(T value) |
void write(T value) throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2017. All rights reserved.