# HG changeset patch # User Frank Benoit # Date 1236806943 -3600 # Node ID ecb375fd8f95f6571b3f86dde15a03dad92ad7ac # Parent 9041f892283becb3c4f208d287c20c86cdb0ed55 update for tango diff -r 9041f892283b -r ecb375fd8f95 dwt/dwthelper/InflaterInputStream.d --- a/dwt/dwthelper/InflaterInputStream.d Thu Feb 19 17:20:18 2009 +0100 +++ b/dwt/dwthelper/InflaterInputStream.d Wed Mar 11 22:29:03 2009 +0100 @@ -30,8 +30,13 @@ int res = istr.read( cast(byte[])dst ); return res; } - void[] load (void[] dst = null) { - return Conduit.load (this, dst); + + IOStream flush () { + return this; + } + + void[] load ( size_t max = -1 ) { + return Conduit.load (this, max); } tango.io.model.IConduit.InputStream clear (){