-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Open
Labels
Description
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);
Reactions are currently unavailable