# string_decoder

A Node.js-compatible implementation of the core string_decoder module

Availability
8.3.0
8.3.0
9.2.0
Extends
Object

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

Availability
8.3.0
8.3.0
9.2.0
StringDecoder :StringDecoder

The class/constructor method for StringDecoder instances.