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 |
---|
TdsInputStream(ResponseStream tds,
int maxLen)
Creates a
TdsInputStream instance. |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] bytes,
int offset,
int len) |
ResponseStream tds
ResponseStream
.int maxLen
public TdsInputStream(ResponseStream tds, int maxLen)
TdsInputStream
instance.tds
- the underlying ResponseStream
maxLen
- the maximum amount of data that will be availableGenerated on December 21 2019