- All Superinterfaces:
Function<InputStream,,InputStream> UnaryOperator<InputStream>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Content decoder.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NO_OP
No op content decoder.
-
-
Method Details
-
apply
Decode a network input stream.- Specified by:
applyin interfaceFunction<InputStream,InputStream> - Parameters:
network- bytes as travelling over the network- Returns:
- plain input stream (decompressed, decrypted)
-