Skip to content

store InputStream in buffer and file #1

@fratima

Description

@fratima

Hello,

I like your application!
I wonder if it wouldn't be possible not to buffer the InputStream and store this buffer to a file
and then re-read it to decode the bitmap from the file?

Can't you use something like:
final Bitmap bitmap = BitmapFactory.decodeStream(inputStream);
instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions