Package nbbrd.io.http
Interface StreamDecoder
public interface StreamDecoder
-
Method Summary
Modifier and TypeMethodDescription@NonNull InputStreamdecode(@NonNull InputStream stream) static @NonNull StreamDecoderdeflate()@NonNull StringgetName()static @NonNull StreamDecodergzip()static @NonNull StreamDecodernoOp()
-
Method Details
-
getName
-
decode
- Throws:
IOException
-
noOp
-
gzip
-
deflate
-