FileIO

org.nlogo.api.FileIO
object FileIO

Attributes

Source
FileIO.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FileIO.type

Members list

Value members

Concrete methods

def ensureExtension(path: String, extension: String): String

Attributes

Source
FileIO.scala
def fileToString(file: File): String

Attributes

Source
FileIO.scala
def fileToString(path: String): String

Attributes

Source
FileIO.scala
def fileToString(path: String, encoding: String): String

Attributes

Source
FileIO.scala

Attributes

Source
FileIO.scala

Attributes

Source
FileIO.scala

Attributes

Source
FileIO.scala
def perUserDir(dir: String, create: Boolean): String

Attributes

Source
FileIO.scala
def perUserFile(file: String, createNecessaryDirs: Boolean): String

Attributes

Source
FileIO.scala
def reader2String(reader: Reader): String

Attributes

Source
FileIO.scala
def resolvePath(name: String): Option[Path]

Attributes

Source
FileIO.scala
def resolvePath(name: String, peerFile: Path): Option[Path]

Attributes

Source
FileIO.scala
def resolvePath(name: String, peerFile: Option[Path]): Option[Path]

Attributes

Source
FileIO.scala
def url2String(sampleURL: String): String

Attributes

Source
FileIO.scala
def writeFile(path: String, text: String): Unit

Attributes

Source
FileIO.scala
def writeFile(path: String, text: String, convertToPlatformLineBreaks: Boolean): Unit

Attributes

Source
FileIO.scala
def writeImageFile(image: BufferedImage, filename: String, format: String): Unit

Attributes

Source
FileIO.scala

Deprecated methods

def file2String(path: String): String

Attributes

Deprecated
[Since version 6.0.1] Use fileToString to specify codec
Source
FileIO.scala
def file2String(file: File): String

Attributes

Deprecated
[Since version 6.0.1] Use fileToString to specify codec
Source
FileIO.scala