Package

better

files

Permalink

package files

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. files
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class BufferedReaderOps extends AnyRef

    Permalink
  2. type Closeable = AnyRef { def close(): Unit }

    Permalink
  3. implicit class CloseableOps[A <: Closeable] extends AnyRef

    Permalink
  4. class File extends AnyRef

    Permalink

    Scala wrapper around java.nio.files.Path

  5. implicit class FileChannelOps extends AnyRef

    Permalink
  6. abstract class FileMonitor extends Thread

    Permalink

    A thread that can monitor a file (or a directory) This class's onDelete, onCreate, onModify etc are available to be overridden

  7. implicit class FileOps extends AnyRef

    Permalink
  8. type Files = Iterator[File]

    Permalink
  9. implicit class InputStreamOps extends AnyRef

    Permalink
  10. type ManagedResource[A <: Closeable] = Traversable[A]

    Permalink
  11. implicit class OutputStreamOps extends AnyRef

    Permalink
  12. class PeekableStringTokenizer extends StringTokenizer

    Permalink
  13. implicit class ReaderOps extends AnyRef

    Permalink
  14. trait Scannable[A] extends AnyRef

    Permalink

    Implement this trait to make thing scannable

  15. class Scanner extends AnyRef

    Permalink

    Faster, safer and more idiomatic Scala replacement for java.util.Scanner See: http://codeforces.com/blog/entry/7018

  16. implicit class StringInterpolations extends AnyRef

    Permalink
  17. implicit class StringOps extends AnyRef

    Permalink
  18. implicit class WriterOps extends AnyRef

    Permalink
  19. implicit class ZipOutputStreamOps extends AnyRef

    Permalink

Value Members

  1. val .: (File) ⇒ File

    Permalink
  2. val ..: (File) ⇒ File

    Permalink
  3. object Cmds

    Permalink

    Do file ops using a UNIX command line DSL

  4. object Defaults

    Permalink

    Sensible defaults that APIs use unless overridden

  5. object Directory

    Permalink
  6. object File

    Permalink
  7. object RegularFile

    Permalink
  8. object Scannable

    Permalink
  9. object Scanner

    Permalink
  10. object SymbolicLink

    Permalink
  11. implicit def codecToCharSet(codec: Codec): Charset

    Permalink
  12. def home: File

    Permalink
  13. implicit def pathToFile(path: Path): File

    Permalink
  14. def root: File

    Permalink
  15. def tmp: File

    Permalink
  16. def ~: File

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped