scalax.io

object WriterResource

[source: scalax/io/WriterResource.scala]

object WriterResource
extends ResourceFactory
Type Summary
override type RT
Resource type
Method Summary
def apply [W <: java.io.Writer](w : => W) : WriterResource[W]
override def file (f : java.io.File) : WriterResource[java.io.Writer] with Wrapper
override def url (u : java.lang.String) : WriterResource[java.io.Writer] with Wrapper
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[W <: java.io.Writer](w : => W) : WriterResource[W]

override def file(f : java.io.File) : WriterResource[java.io.Writer] with Wrapper
Overrides
ResourceFactory.file

override def url(u : java.lang.String) : WriterResource[java.io.Writer] with Wrapper
Overrides
ResourceFactory.url


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