scalax.io

object OutputStreamResource

[source: scalax/io/OutputStreamResource.scala]

object OutputStreamResource
extends ResourceFactory
Type 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
override type RT
Resource type

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]
Overrides
ResourceFactory.file

override def url(u : java.lang.String) : OutputStreamResource[java.io.OutputStream]
Overrides
ResourceFactory.url


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