ISimpleHttpText Description interface Tinman.Core.IO.ISimpleHttpText Base interface for classes that decode text data that has been downloaded by an ISimpleHttp object. See also CharacterEncoding.SimpleHttp Public / Methods DecodeText [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. ISimpleHttpImage Path