public class ReaderWriterPipe extends Object implements Runnable
Constructor and Description |
---|
ReaderWriterPipe(Reader reader,
Writer writer,
String tag)
Initializes the reader writer pipe.
|
public ReaderWriterPipe(Reader reader, Writer writer, String tag)
reader
- the reader from which to read. May be null
.writer
- the writer to which to write. May be null
.tag
- a tag for loggging. May be null
.public Reader getReader()
null
.public Writer getWriter()
null
.public void setReader(Reader reader)
reader
- the reader from which to read. May be null
.public void setWriter(Writer writer)
writer
- the writer to which to write. May be null
.Copyright © 2014 BioJava. All rights reserved.