org.beangle.commons.io

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BufferedWriter(out: Writer, bufferSize: Int) extends Writer

Attributes

Graph
Supertypes
class Writer
trait Flushable
trait Closeable
trait AutoCloseable
trait Appendable
class Object
trait Matchable
class Any
class ClasspathResourceLoader(val prefixes: List[String]) extends ResourceLoader

Load resource by class loader.

Load resource by class loader.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DataType

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Dirs

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Dirs.type
class Dirs(val pwd: File)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Files

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Files.type
object IOs extends Logging

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
Self type
IOs.type
object Jars

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Jars.type
class MultiResourceLoader(loaders: List[ResourceLoader]) extends ResourceLoader with Logging

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Default.type

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Resource loader

Resource loader

Attributes

Since:

3.3.0

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class StringBuilderWriter(val builder: StringBuilder) extends Writer with Serializable

[[Writer]] implementation that outputs to a [[StringBuilder]].

[[Writer]] implementation that outputs to a [[StringBuilder]].

NOTE: This implementation, as an alternative to java.io.StringWriter, provides an un-synchronized (i.e. for use in a single thread) implementation for better performance. For safe usage with multiple [[Thread]]s then java.io.StringWriter should be used.

Attributes

Since:

3.1

Graph
Supertypes
trait Serializable
class Writer
trait Flushable
trait Closeable
trait AutoCloseable
trait Appendable
class Object
trait Matchable
class Any