Packages

o

org.nlogo.api

FileIO

object FileIO

Source
FileIO.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileIO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def file2String(file: File): String
    Annotations
    @throws( classOf[java.io.IOException] )
  2. def file2String(path: String): String
    Annotations
    @throws( classOf[java.io.IOException] )
  3. def getResourceAsString(path: String): String
  4. def getResourceAsStringArray(path: String): Array[String]
  5. def getResourceLines(path: String): Iterator[String]
  6. def reader2String(reader: Reader): String
    Annotations
    @throws( classOf[java.io.IOException] )
  7. def resolvePath(name: String, peerFile: Option[Path]): Option[Path]
  8. def resolvePath(name: String, peerFile: Path): Option[Path]
  9. def resolvePath(name: String): Option[Path]
  10. def url2String(sampleURL: String): String
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def writeFile(path: String, text: String, convertToPlatformLineBreaks: Boolean): Unit
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def writeFile(path: String, text: String): Unit
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def writeImageFile(image: BufferedImage, filename: String, format: String): Unit
    Annotations
    @throws( classOf[java.io.IOException] )