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)
public Destination(Writer writer)
public Destination(OutputStream stream)
public OutputStream stream()
public Writer writer()
public Writer createWriter()
Copyright © 2022. All rights reserved.