public 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. |