fabrikt icon indicating copy to clipboard operation
fabrikt copied to clipboard

Add support for InputStream

Open ctasada opened this issue 8 months ago • 6 comments

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.

ctasada avatar Jun 21 '24 15:06 ctasada