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