- 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
-
Method Summary
-
Field Details
-
NO_OP
No op content decoder.
-
-
Method Details
-
apply
Decode a network input stream.- Specified by:
apply
in interfaceFunction<InputStream,
InputStream> - Parameters:
network
- bytes as travelling over the network- Returns:
- plain input stream (decompressed, decrypted)
-