EnvelopePart

data class EnvelopePart(binary: Binary, description: Meta?)

Properties

binary
Link copied to clipboard
common
val binary: Binary
description
Link copied to clipboard
common
val description: Meta?

Extensions

envelope
Link copied to clipboard
common
fun EnvelopePart.envelope(format: EnvelopeFormat): Envelope
fun EnvelopePart.envelope(plugin: IOPlugin): Envelope

Represent envelope part by an envelope

name
Link copied to clipboard
common
val EnvelopePart.name: String?