scalax.io

class InputStreamExtras

[source: scalax/io/InputStreamExtras.scala]

class InputStreamExtras(s : java.io.InputStream)
extends AnyRef
Method Summary
def pumpTo (d : java.io.OutputStream) : Int
def slurp : scala.Array[Byte]
def unzipTo (outdir : java.io.File) : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def slurp : scala.Array[Byte]

def pumpTo(d : java.io.OutputStream) : Int

def unzipTo(outdir : java.io.File) : Unit


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.