Directory

A read-only snapshot of a directory stored in a Ouisync repository

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val size: Int

Number of entries in this directory.

Functions

Link copied to clipboard
open operator override fun contains(element: DirectoryEntry): Boolean

Checks if the specified entry is contained in this directory.

Link copied to clipboard
open override fun containsAll(elements: Collection<DirectoryEntry>): Boolean

Checks if all entries in the specified collection are contained in this directory.

Link copied to clipboard
open fun forEach(p0: Consumer<in DirectoryEntry>)
Link copied to clipboard
open override fun isEmpty(): Boolean

Is this directory empty?

Link copied to clipboard
open operator override fun iterator(): Iterator<DirectoryEntry>

Returns an iterator over the entries of this directory.

Link copied to clipboard
Link copied to clipboard
open override fun spliterator(): Spliterator<DirectoryEntry>
Link copied to clipboard
Link copied to clipboard
open fun <T : Any> toArray(p0: IntFunction<Array<T>>): Array<T>