Some transformers that return a byte[] should really be returning a Stream:
- MimeMessageToRfc822ByteArray
- FileToByteArray
- HttpRequestToByteArray
- AbstractXmlTransformer (With some source types but not with others I think)
This ones probably not but should be reviewed:
- Base64Decoder
- GZipCompressTransformer
- ObjectToByteArray