fabrikt
fabrikt copied to clipboard
Add support for InputStream
Fabrikt already offers support for ByteArray
, but when dealing with large files, for example, the usage of ByteArray
puts too much pressure in memory.
This MR provides BYTEARRAY_AS_INPUTSTREAM
. A new --type-overrides
that allows to provide an InputStream
when dealing with binary data.