private static class ResponseStream.TdsInputStream
extends java.io.InputStream
InputStream
over the
server response.Modifier and Type | Field and Description |
---|---|
(package private) int |
maxLen
The maximum amount of data to make available.
|
(package private) ResponseStream |
tds
The underlying
ResponseStream . |
Constructor and Description |
---|
ResponseStream.TdsInputStream(ResponseStream tds,
int maxLen)
Creates a
TdsInputStream instance. |
ResponseStream tds
ResponseStream
.int maxLen
public ResponseStream.TdsInputStream(ResponseStream tds, int maxLen)
TdsInputStream
instance.tds
- the underlying ResponseStream
maxLen
- the maximum amount of data that will be availableGenerated on June 8 2013