com.smartcodeltd.writer
Class Writer
java.lang.Object
com.smartcodeltd.writer.Writer
- Direct Known Subclasses:
- ToFile, ToStdout
public abstract class Writer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected final URI uri
charset
protected final Charset charset
Writer
protected Writer(URI uri,
Charset charset)
from
public static Writer from(URI uri,
Charset charset)
write
public abstract void write(String message)
Copyright © 2016 smartcode ltd. All rights reserved.