ISimpleHttpText

Description

interface Tinman.Core.IO.ISimpleHttpText

Base interface for classes that decode text data that has been downloaded by an ISimpleHttp object.

Public / Methods

Decode​Text


[ThreadSafe]
public method DecodeText → (3)

bytes in : ByteBuffer

[not-null]
The encoded text data.

contentType in : string

[not-null]
The content type (MIME).

text in : StringBuilder

[not-null]
Output for decoded text.

returns → bool

true if the text data has been decoded,
false if contentType in is not supported.

Decodes the given text data.

IOException

If an I/O error has occurred.