public class Destination extends Object
Modifier and Type | Field and Description |
---|---|
protected OutputStream |
stream |
protected Writer |
writer |
Constructor and Description |
---|
Destination(File file) |
Destination(OutputStream stream) |
Destination(Writer writer) |
Modifier and Type | Method and Description |
---|---|
Writer |
createWriter() |
OutputStream |
stream() |
Writer |
writer() |
protected final OutputStream stream
protected final Writer writer
public Destination(File file) throws IOException
IOException
public Destination(Writer writer)
public Destination(OutputStream stream)
public OutputStream stream()
public Writer writer()
public Writer createWriter()
Copyright © 2019. All rights reserved.