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 all remaining bytes from PatchJPEGLSImageInputStream to OutputStream #237

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

Comments

@gunterze
Copy link
Member

    /**
     * Reads all bytes from this image input stream and writes the bytes to the given output stream. 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 the task label Feb 23, 2018
@gunterze gunterze added this to the 5.13.0 milestone Feb 23, 2018
@gunterze gunterze self-assigned this Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant