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(InputStream inputStream)
May or may not read from the inputStream, and may or may not close it.
|
@Nullable T handleNormalContents(InputStream inputStream) throws IOException
Copyright © 2018 Arno Unkrig. All rights reserved.