public class PipedStream extends Object
| Constructor and Description |
|---|
PipedStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferSize() |
InputStream |
getIn() |
int |
getMaxBufferSize() |
OutputStream |
getOut() |
long |
getReadTimeout() |
long |
getWriteTimeout() |
void |
setMaxBufferSize(int maxBufferSize) |
void |
setReadTimeout(long readTimeout) |
void |
setWriteTimeout(long writeTimeout) |
public OutputStream getOut()
public InputStream getIn()
public int getBufferSize()
public void setMaxBufferSize(int maxBufferSize)
public int getMaxBufferSize()
public void setWriteTimeout(long writeTimeout)
public long getWriteTimeout()
public void setReadTimeout(long readTimeout)
public long getReadTimeout()
Copyright © 2014. All rights reserved.