Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class DicomInputStream: stop reading on passed Predicate<DicomInputStream> #834

Closed
gunterze opened this issue Nov 20, 2020 · 0 comments
Closed
Assignees
Milestone

Comments

@gunterze
Copy link
Member

Add methods:

...
package org.dcm4che3.io;
...
public class DicomInputStream extends FilterInputStream
...
    public Attributes readDataset(int len, Predicate<DicomInputStream> stopPredicate) throws IOException { ... }

    public void readAttributes(Attributes attrs, int len, Predicate<DicomInputStream> stopPredicate)
            throws IOException { .. }.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant