public class URLDecoder extends Object
Constructor and Description |
---|
URLDecoder() |
Modifier and Type | Method and Description |
---|---|
static void |
decode(BufferChunk bufferChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
decode(BufferChunk srcBufferChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
decode(BufferChunk srcBufferChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
decode(ByteChunk byteChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
static void |
decode(ByteChunk srcByteChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
static void |
decode(ByteChunk srcByteChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
static void |
decode(CharChunk charChunk,
boolean allowEncodedSlash)
URLDecode the
CharChunk |
static void |
decode(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash)
URLDecode the
CharChunk |
static void |
decode(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash,
String enc)
URLDecode the
CharChunk |
static void |
decode(DataChunk dataChunk) |
static void |
decode(DataChunk dataChunk,
boolean allowEncodedSlash)
URLDecode the
DataChunk |
static void |
decode(DataChunk srcDataChunk,
DataChunk dstDataChunk,
boolean allowEncodedSlash)
URLDecode the
DataChunk |
static void |
decode(DataChunk srcDataChunk,
DataChunk dstDataChunk,
boolean allowEncodedSlash,
String enc)
URLDecode the
DataChunk |
static String |
decode(String str)
URLDecode the
String |
static String |
decode(String str,
boolean allowEncodedSlash)
URLDecode the
String |
static String |
decode(String s,
boolean allowEncodedSlash,
String enc)
URLDecode the
String |
static void |
decodeAscii(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash)
URLDecode the
CharChunk |
static void |
decodeAscii(DataChunk srcDataChunk,
DataChunk dstDataChunk,
boolean allowEncodedSlash)
URLDecode the
DataChunk |
static String |
decodeAscii(String str,
boolean allowEncodedSlash) |
public static void decode(DataChunk dataChunk) throws CharConversionException
CharConversionException
public static void decode(DataChunk dataChunk, boolean allowEncodedSlash) throws CharConversionException
DataChunk
CharConversionException
public static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws CharConversionException
DataChunk
CharConversionException
public static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash, String enc) throws CharConversionException
DataChunk
CharConversionException
public static void decodeAscii(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws CharConversionException
DataChunk
CharConversionException
public static void decode(ByteChunk byteChunk, boolean allowEncodedSlash) throws CharConversionException
ByteChunk
CharConversionException
public static void decode(ByteChunk srcByteChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws CharConversionException
ByteChunk
CharConversionException
public static void decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws CharConversionException
BufferChunk
CharConversionException
public static void decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws CharConversionException
ByteChunk
CharConversionException
public static void decode(BufferChunk bufferChunk, boolean allowEncodedSlash) throws CharConversionException
BufferChunk
CharConversionException
public static void decode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws CharConversionException
BufferChunk
CharConversionException
public static void decode(CharChunk charChunk, boolean allowEncodedSlash) throws CharConversionException
CharChunk
CharConversionException
public static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws CharConversionException
CharChunk
CharConversionException
public static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash, String enc) throws CharConversionException
CharChunk
CharConversionException
public static void decodeAscii(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws CharConversionException
CharChunk
CharConversionException
public static String decode(String str) throws CharConversionException
String
CharConversionException
public static String decode(String str, boolean allowEncodedSlash) throws CharConversionException
String
CharConversionException
public static String decode(String s, boolean allowEncodedSlash, String enc) throws CharConversionException
String
CharConversionException
public static String decodeAscii(String str, boolean allowEncodedSlash) throws CharConversionException
CharConversionException
Copyright © 2014 Oracle Corporation. All rights reserved.