public class Pipeline extends InputStream
| Constructor and Description |
|---|
Pipeline(InputStream pipe,
int readTimeout,
gov.nist.javax.sip.stack.timers.SipTimer timer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
void |
startTimer() |
void |
stopTimer() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int start,
int length) |
available, mark, markSupported, read, read, reset, skippublic Pipeline(InputStream pipe, int readTimeout, gov.nist.javax.sip.stack.timers.SipTimer timer)
public void startTimer()
public void stopTimer()
public void write(byte[] bytes,
int start,
int length)
throws IOException
IOExceptionpublic void write(byte[] bytes)
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2016. All Rights Reserved.