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

Add method to read whole frame from EncapsulatedPixelDataImageInputStream into OutputStream #232

Closed
gunterze opened this issue Feb 22, 2018 · 0 comments
Assignees
Milestone

Comments

@gunterze
Copy link
Member

    /**
     * Reads all bytes of one frame from this input stream and writes the bytes to the given output stream. After
     * {@link #seekNextFrame} returning {@code true}, the method will read the bytes of the next frame. This method
     * does not close either stream.
     *
     * @param out the output stream, non-null
     * @return the number of bytes transferred
     * @throws IOException if an I/O error occurs when reading or writing
     * @throws NullPointerException if out is {@code null}
     */
    public long transferTo(OutputStream out) throws IOException {..}
@gunterze gunterze added this to the 5.13.0 milestone Feb 22, 2018
@gunterze gunterze self-assigned this Feb 22, 2018
@gunterze gunterze changed the title Add method to read whole frame to EncapsulatedPixelDataImageInputStream Add method to read whole frame from EncapsulatedPixelDataImageInputStream Feb 22, 2018
@gunterze gunterze changed the title Add method to read whole frame from EncapsulatedPixelDataImageInputStream Add method to read whole frame from EncapsulatedPixelDataImageInputStream into OutputStream Feb 22, 2018
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