public class Pipeline extends InputStream
| Constructor and Description |
|---|
Pipeline(InputStream pipe,
int readTimeout,
SipTimer timer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
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, 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 InputStreamIOExceptionpublic boolean isClosed()
Copyright © 2018. All Rights Reserved.