package io
Io Package Object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- io
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AsyncFile extends FileProto[Future]
-
trait
File
extends AnyRef
A File Object abstraction (Similar to java.util.File) but with implementations in Js and JVM.
-
trait
FileProto
[F[_]] extends File
- Attributes
- protected
-
trait
FileSystem
extends AnyRef
File System abstraction
- type Id[X] = X
-
class
JvmAsyncFile
extends AsyncFile
Implementation of a AsyncFile for the JVM * @todo better handling of errors, Real async mode
Implementation of a AsyncFile for the JVM * @todo better handling of errors, Real async mode
- Attributes
- protected
-
class
JvmSyncFile
extends SyncFile
Implementation of a SyncFile for the JVM
Implementation of a SyncFile for the JVM
- Attributes
- protected
- trait SyncFile extends FileProto[Id]
Value Members
- final val Utf8: String("UTF-8")
-
object
Fs
extends FileSystem
A Basic Jvm Filesystem implementation