# string_decoder
A Node.js-compatible implementation of the core string_decoder
module
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Overview
Titanium provides a number of shims and ports of core Node.js module functionality.
This module is intended to provide a Node-compatible port of the string_decoder
core module.
More details on the Node.js API can be found in their string_decoder module documentation (opens new window)
# Properties
# StringDecoder
StringDecoder :StringDecoder
The class/constructor method for StringDecoder
instances.