object FileIO
- Source
- FileIO.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileIO
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
file2String(file: File): String
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
file2String(path: String): String
- Annotations
- @throws( classOf[java.io.IOException] )
- def getResourceAsString(path: String): String
- def getResourceAsStringArray(path: String): Array[String]
- def getResourceLines(path: String): Iterator[String]
-
def
reader2String(reader: Reader): String
- Annotations
- @throws( classOf[java.io.IOException] )
- def resolvePath(name: String, peerFile: Option[Path]): Option[Path]
- def resolvePath(name: String, peerFile: Path): Option[Path]
- def resolvePath(name: String): Option[Path]
-
def
url2String(sampleURL: String): String
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
writeFile(path: String, text: String, convertToPlatformLineBreaks: Boolean): Unit
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
writeFile(path: String, text: String): Unit
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
writeImageFile(image: BufferedImage, filename: String, format: String): Unit
- Annotations
- @throws( classOf[java.io.IOException] )