Package

poly

io

Permalink

package io

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. CharStreamOps
  3. ByteStreamOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ByteStreamOps extends AnyRef

    Permalink

    Since

    0.3.2

  2. trait CharStreamOps extends AnyRef

    Permalink

    Since

    0.3.2

  3. type Closeable = java.io.Closeable

    Permalink
  4. class Codec extends AnyRef

    Permalink

    A wrapper for java.nio.charset.Charset that represents a codec that can encode and decode between a sequence of characters and their encoded byte sequence.

    A wrapper for java.nio.charset.Charset that represents a codec that can encode and decode between a sequence of characters and their encoded byte sequence.

    Since

    0.1.0

  5. trait Copying[S1 <: ReadOnlyFileSystem, S2 <: FileSystem] extends AnyRef

    Permalink
  6. trait Directory[S <: FileSystem] extends ReadOnlyDirectory[_29.type] with Path[_29.type]

    Permalink

    Represents a directory under a specific file system.

    Represents a directory under a specific file system.

    Since

    0.2.0

  7. trait File[S <: FileSystem] extends ReadOnlyFile[_31.type] with Path[_31.type]

    Permalink

    Represents a regular file under a specific file system.

    Represents a regular file under a specific file system.

    Since

    0.2.0

  8. trait FileSystem extends ReadOnlyFileSystem

    Permalink

    Represents a writable file system.

    Represents a writable file system.

    A file system can either be your local file system, a zip archive, or a file system on a remote server.

    Since

    0.2.0

  9. type InputStream = java.io.InputStream

    Permalink
  10. implicit class InputStreamOps extends Iterator[Byte]

    Permalink
    Definition Classes
    ByteStreamOps
  11. type OutputStream = java.io.OutputStream

    Permalink
  12. implicit class OutputStreamOps extends AnyRef

    Permalink
    Definition Classes
    ByteStreamOps
  13. trait Path[S <: FileSystem] extends ReadOnlyPath[_82.type]

    Permalink

    Represents an abstract path under a specific file system.

    Represents an abstract path under a specific file system.

    S

    Type of file system.

    Since

    0.2.0

  14. type PosixFilePermission = java.nio.file.attribute.PosixFilePermission

    Permalink
  15. trait ReadOnlyDirectory[S <: ReadOnlyFileSystem] extends ReadOnlyPath[_50.type]

    Permalink

    Represents a directory in a read-only file system.

    Represents a directory in a read-only file system.

    Since

    0.3.0

  16. trait ReadOnlyFile[S <: ReadOnlyFileSystem] extends ReadOnlyPath[_52.type]

    Permalink

    Since

    0.3.0

  17. trait ReadOnlyFileSystem extends AnyRef

    Permalink

    Represents a read-only file system.

    Represents a read-only file system.

    A file system can either be your local file system, a zip archive, or a file system on a remote server.

    Since

    0.3.0

  18. trait ReadOnlyPath[S <: ReadOnlyFileSystem] extends AnyRef

    Permalink

    Represents an abstract path under a specific file system.

    Represents an abstract path under a specific file system.

    S

    Type of file system.

    Since

    0.3.0

  19. trait ReadOnlySymLink[S <: ReadOnlyFileSystem] extends AnyRef

    Permalink

  20. type Reader = java.io.Reader

    Permalink
  21. implicit class ReaderOps extends Iterator[Char]

    Permalink
    Definition Classes
    CharStreamOps
  22. class RelativeDirectory extends RelativePath

    Permalink
  23. class RelativeFile extends RelativePath

    Permalink
  24. class RelativePath extends AnyRef

    Permalink

    Represents a relative path.

    Represents a relative path.

    Since

    0.2.0

  25. class RelativeSymLink extends RelativePath

    Permalink
  26. type Writer = java.io.Writer

    Permalink

Value Members

  1. object Codec

    Permalink
  2. object Local extends FileSystem

    Permalink

    Represents the local file system.

    Represents the local file system.

    Since

    0.2.0

  3. object PosixFilePermission extends Serializable

    Permalink
  4. package archive

    Permalink
  5. package conversion

    Permalink

Inherited from CharStreamOps

Inherited from ByteStreamOps

Inherited from AnyRef

Inherited from Any

Ungrouped