Packages

c

com.mchange.sc.v2.io

RichFile

implicit final class RichFile extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichFile
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichFile(file: File)

Value Members

  1. def appendContents(string: String, codec: Codec = Codec.default): Unit
  2. def appendContents(bytes: Array[Byte]): Unit
  3. def appendContents(bytes: Seq[Byte]): Unit
  4. def contentsAsByteArray: Array[Byte]
  5. def contentsAsByteSeq: Seq[Byte]
  6. def contentsAsString: String
  7. def contentsAsString(codec: Codec): String
  8. def contentsAsString(bufferSize: Int, codec: Codec): String
  9. val file: File
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. def replaceContents(string: String, codec: Codec = Codec.default): Unit
  12. def replaceContents(bytes: Array[Byte]): Unit
  13. def replaceContents(bytes: Seq[Byte]): Unit