T - handleNormalContents(InputStream) returns a value of this type,
which is, in turn, returned by the processStream() and processValue() methodspublic static interface CompressUtil.NormalContentsHandler<T>
handleNormalContents(InputStream)| Modifier and Type | Method and Description |
|---|---|
T |
handleNormalContents(java.io.InputStream inputStream)
May or may not read from the
inputStream, and may or may not close it. |