Scalax
|
|
scalax/io/WriterResource.scala
]
object
WriterResource
extends
ResourceFactoryType 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 |
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
override
def
url(u : java.lang.String) : WriterResource[java.io.Writer] with
Wrapper
Scalax
|
|