public interface DataWritter
| Modifier and Type | Method and Description |
|---|---|
void |
write(String data)
Writes the
data to the destination. |
void write(String data) throws IOException
data to the destination.data - data to write on fileIOException - if something went wrongCopyright © 2015 Omnia Consulting. All rights reserved.