Scalax
|
|
scalax/io/InputStreamExtras.scala
]
class
InputStreamExtras(s : java.io.InputStream)
extends
AnyRefMethod 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
Scalax
|
|