public class ClosingInputStream extends InputEntityStream
Constructor and Description |
---|
ClosingInputStream(Notifiable notifiable,
java.io.InputStream inboundStream)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
getInboundStream, onEndReached, onError
public ClosingInputStream(Notifiable notifiable, java.io.InputStream inboundStream)
notifiable
- The notifiable connection.inboundStream
- The inbound stream.Copyright © 2005-2012. All Rights Reserved.