object FileIO
- Source
- FileIO.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileIO
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def ensureExtension(path: String, extension: String): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fileToString(path: String, encoding: String): String
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
fileToString(path: String)(implicit codec: Codec): String
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
fileToString(file: File)(implicit codec: Codec): String
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getResourceAsString(path: String): String
- def getResourceAsStringArray(path: String): Array[String]
- def getResourceLines(path: String): Iterator[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def perUserDir(dir: String, create: Boolean = true): String
- def perUserFile(file: String, createNecessaryDirs: Boolean = true): 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]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
url2String(sampleURL: String): String
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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] )
Deprecated Value Members
-
def
file2String(file: File): String
- Annotations
- @throws( classOf[java.io.IOException] ) @deprecated
- Deprecated
(Since version 6.0.1) Use fileToString and specify codec
-
def
file2String(path: String): String
- Annotations
- @throws( classOf[java.io.IOException] ) @deprecated
- Deprecated
(Since version 6.0.1) Use fileToString and specify codec
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated