When using AfpInputStream to get information about certain Structured Fields within an AFP-File, not all Structured Fields might need to be interpreted completely.
For performance reasons it might then be useful to skip Structured Fields without parsing them to SF objects.
This PR adds this functionality to AfpInputStream.
When using AfpInputStream to get information about certain Structured Fields within an AFP-File, not all Structured Fields might need to be interpreted completely.
For performance reasons it might then be useful to skip Structured Fields without parsing them to SF objects. This PR adds this functionality to AfpInputStream.