Skip to content

Additions to ByteStreams #425

@gissuebot

Description

@gissuebot

Original issue created by finnw1 on 2010-09-18 at 04:18 PM


These methods look like candidates for ByteStreams (with obvious implementations):

OutputSupplier<java.util.zip.DeflaterOutputStream> deflate(OutputSupplier<? extends OutputStream> source);

InputSupplier<java.util.zip.InflaterInputStream> inflate(InputSupplier<? extends InputStream> source);

InputStreamSupplier<InputStream> newInputStreamSupplier(javax.jnlp.FileContents file);

OutputStreamSupplier<OutputStream> newOutputStreamSupplier(javax.jnlp.FileContents file);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions