ContainerEntry

public protocol ContainerEntry

A type that represents an entry from the container with its data and information.

  • Provides access to information about the entry.

    Declaration

    Swift

    var info: Info
  • Entry’s data (nil if entry is a directory or data isn’t available).

    Declaration

    Swift

    var data: Data?