ContentSource
Interface for a body class that allows users to consume its body content.
Inheritors
Properties
Link copied to clipboard
The size, in bytes, of the content, if known / provided ahead of time (or null otherwise).
Link copied to clipboard
The content type that describes the bytes owned by this body.
Functions
Link copied to clipboard
Convenience method to convert a body's content into a raw byte array.
Link copied to clipboard
Open an async stream up that consumes the content of this body.
Link copied to clipboard
Convert this byte source into an InputStream.