Content

Represents a body filtering result that contains readable content.

This interface defines the functionality to access the content of a body after filtering. Implementations should specify how the content is stored and provide the ability to read it as a string.

Report a problem

Inheritors

Properties

Link copied to clipboard
open val byteSize: Long?

Functions

Link copied to clipboard
abstract fun read(): String