public class

UTF8Codec

extends Object
java.lang.Object
   ↳ com.ning.http.util.UTF8Codec

Class Overview

Wrapper class for more convenient (and possibly more efficient in future) UTF-8 encoding and decoding.

Summary

Public Constructors
UTF8Codec()
Public Methods
static String fromUTF8(byte[] input)
static String fromUTF8(byte[] input, int offset, int len)
static byte[] toUTF8(String input)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public UTF8Codec ()

Public Methods

public static String fromUTF8 (byte[] input)

public static String fromUTF8 (byte[] input, int offset, int len)

public static byte[] toUTF8 (String input)