Attachment

interface Attachment

The attachment interface

Types

Link copied to clipboard
interface Reader

Provides an interface for reading data from the attachment

Link copied to clipboard
interface Writer

Provides an interface for writing data into the attachment

Functions

Link copied to clipboard
abstract fun createReader(): Attachment.Reader

Create a Reader which can read attachment

Link copied to clipboard
abstract fun createWriter(): Attachment.Writer

Create a Writer which can write to attachment