When this option was initially authored, the continuable (i.e. incremental) and non-continuable readers had completely different implementations, and only the continuable one supported custom buffer configuration. Those implementations have since been unified, and both support the same configuration. This PR just allows the option to be applied to both types of binary readers.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
When this option was initially authored, the continuable (i.e. incremental) and non-continuable readers had completely different implementations, and only the continuable one supported custom buffer configuration. Those implementations have since been unified, and both support the same configuration. This PR just allows the option to be applied to both types of binary readers.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.