Interface IByteArrayStreamEncoder

All Superinterfaces:
IByteArrayEncoder, IEncoder<byte[],byte[]>
All Known Subinterfaces:
IByteArrayCodec
All Known Implementing Classes:
Base16Codec, Base32Codec, Base64Codec, FlateCodec, GZIPCodec, IdentityByteArrayCodec, LZWCodec, QuotedPrintableCodec, URLCodec
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IByteArrayStreamEncoder extends IByteArrayEncoder
Interface for a single encoder of bytes, based on streams.
Author:
Philip Helger