public class PipedStream extends Object
PipedStream class.
| Constructor and Description |
|---|
PipedStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferSize()
getBufferSize.
|
InputStream |
getIn()
Getter for the field
in. |
int |
getMaxBufferSize()
Getter for the field
maxBufferSize. |
OutputStream |
getOut()
Getter for the field
out. |
long |
getReadTimeout()
Getter for the field
readTimeout. |
long |
getWriteTimeout()
Getter for the field
writeTimeout. |
void |
setMaxBufferSize(int maxBufferSize)
Setter for the field
maxBufferSize. |
void |
setReadTimeout(long readTimeout)
Setter for the field
readTimeout. |
void |
setWriteTimeout(long writeTimeout)
Setter for the field
writeTimeout. |
public OutputStream getOut()
Getter for the field out.
OutputStream object.public InputStream getIn()
Getter for the field in.
InputStream object.public int getBufferSize()
getBufferSize.
public void setMaxBufferSize(int maxBufferSize)
Setter for the field maxBufferSize.
maxBufferSize - a int.public int getMaxBufferSize()
Getter for the field maxBufferSize.
public void setWriteTimeout(long writeTimeout)
Setter for the field writeTimeout.
writeTimeout - a long.public long getWriteTimeout()
Getter for the field writeTimeout.
public void setReadTimeout(long readTimeout)
Setter for the field readTimeout.
readTimeout - a long.public long getReadTimeout()
Getter for the field readTimeout.
Copyright © 2016. All Rights Reserved.