Scalax
|
|
scalax/io/OutputStreamResource.scala
]
object
OutputStreamResource
extends
ResourceFactoryType Summary | |
override type
|
RT
Resource type
|
Method Summary | |
def
|
apply [O <: java.io.OutputStream](os : => O) : OutputStreamResource[O] |
override def
|
file (file : java.io.File) : OutputStreamResource[java.io.FileOutputStream] |
def
|
fileAppend (file : java.io.File, append : Boolean) : OutputStreamResource[java.io.FileOutputStream] |
def
|
fileAppend (file : java.io.File) : OutputStreamResource[java.io.FileOutputStream] |
override def
|
url (u : java.lang.String) : OutputStreamResource[java.io.OutputStream] |
Methods inherited from ResourceFactory | |
file, apply |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Method Details |
def
apply[O <: java.io.OutputStream](os : => O) : OutputStreamResource[O]
def
fileAppend(file : java.io.File, append : Boolean) : OutputStreamResource[java.io.FileOutputStream]
def
fileAppend(file : java.io.File) : OutputStreamResource[java.io.FileOutputStream]
override
def
file(file : java.io.File) : OutputStreamResource[java.io.FileOutputStream]
override
def
url(u : java.lang.String) : OutputStreamResource[java.io.OutputStream]
Scalax
|
|