- 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 SummaryFields
- 
Method Summary
- 
Field Details- 
NO_OPNo op content decoder.
 
- 
- 
Method Details- 
applyDecode a network input stream.- Specified by:
- applyin interface- Function<InputStream,- InputStream> 
- Parameters:
- network- bytes as travelling over the network
- Returns:
- plain input stream (decompressed, decrypted)
 
 
-