*How* to customise I/O #5038
-
|
From the API documentation, it appears that there is no official way for I/O customization (custom implementations of read, write and flush). I found #1370 from 2018 which is sort of related but none of it is documented. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
There is no customization for output (only ideas...), but there is the concept of an input adapter. I don't know though if it is usable via a public API. I will check. |
Beta Was this translation helpful? Give feedback.
-
|
I tried to adapt the above posted MyInputWrapper class to read blockwise from a gzip compressed file (file.gz), Update: |
Beta Was this translation helpful? Give feedback.
Internally, it will go through this interface: