Encode package:massiv-io

Adhoc encoder
Provide a custom way to encode a particular file format. This is an alternative approach to Writable class
This exception can be thrown while writing/encoding into a file and indicates an error in an array that is being encoded.
Encode an array into a lazy ByteString.
Decode binary data without requiring Readable instances
Encode an image into a lazy ByteString, while selecting the appropriate format from the file extension.
Encode an array into a ByteString.
Encode an image using the supplied function or throw an error in case of failure.