It would be great if the logic that automatically prepends a long filename header was also available for the append method. Currently the code is not reusable and has to be copy-pasted if one wants to pass in Read implementations associated with long file names as opposed to Path.
It would be great if the logic that automatically prepends a long filename header was also available for the
appendmethod. Currently the code is not reusable and has to be copy-pasted if one wants to pass inReadimplementations associated with long file names as opposed toPath.