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, skip
public Pipeline(InputStream pipe, int readTimeout, SipTimer timer)
public void startTimer()
public void stopTimer()
public void write(byte[] bytes, int start, int length) throws IOException
IOException
public void write(byte[] bytes) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public boolean isClosed()
Copyright © 2015. All Rights Reserved.