Java java.net URLDecoder fields, constructors, methods, implement or subclass

Example usage for Java java.net URLDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net URLDecoder.

The text is from its open source code.

Constructor

Method

Stringdecode(String s, String enc)
Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.
Stringdecode(String s, Charset charset)
Decodes an application/x-www-form-urlencoded string using a specific java.nio.charset.Charset Charset .
Stringdecode(String s)
Decodes a x-www-form-urlencoded string.