public class URLDecoder
extends java.lang.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,
java.lang.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,
java.lang.String enc)
URLDecode the
DataChunk |
static java.lang.String |
decode(java.lang.String str)
URLDecode the
String |
static java.lang.String |
decode(java.lang.String str,
boolean allowEncodedSlash)
URLDecode the
String |
static java.lang.String |
decode(java.lang.String s,
boolean allowEncodedSlash,
java.lang.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 java.lang.String |
decodeAscii(java.lang.String str,
boolean allowEncodedSlash) |
public static void decode(DataChunk dataChunk) throws java.io.CharConversionException
java.io.CharConversionExceptionpublic static void decode(DataChunk dataChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
DataChunkjava.io.CharConversionExceptionpublic static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
DataChunkjava.io.CharConversionExceptionpublic static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash, java.lang.String enc) throws java.io.CharConversionException
DataChunkjava.io.CharConversionExceptionpublic static void decodeAscii(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
DataChunkjava.io.CharConversionExceptionpublic static void decode(ByteChunk byteChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
ByteChunkjava.io.CharConversionExceptionpublic static void decode(ByteChunk srcByteChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
ByteChunkjava.io.CharConversionExceptionpublic static void decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
BufferChunkjava.io.CharConversionExceptionpublic static void decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
ByteChunkjava.io.CharConversionExceptionpublic static void decode(BufferChunk bufferChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
BufferChunkjava.io.CharConversionExceptionpublic static void decode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
BufferChunkjava.io.CharConversionExceptionpublic static void decode(CharChunk charChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
CharChunkjava.io.CharConversionExceptionpublic static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
CharChunkjava.io.CharConversionExceptionpublic static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash, java.lang.String enc) throws java.io.CharConversionException
CharChunkjava.io.CharConversionExceptionpublic static void decodeAscii(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
CharChunkjava.io.CharConversionExceptionpublic static java.lang.String decode(java.lang.String str)
throws java.io.CharConversionException
Stringjava.io.CharConversionExceptionpublic static java.lang.String decode(java.lang.String str,
boolean allowEncodedSlash)
throws java.io.CharConversionException
Stringjava.io.CharConversionExceptionpublic static java.lang.String decode(java.lang.String s,
boolean allowEncodedSlash,
java.lang.String enc)
throws java.io.CharConversionException
Stringjava.io.CharConversionExceptionpublic static java.lang.String decodeAscii(java.lang.String str,
boolean allowEncodedSlash)
throws java.io.CharConversionException
java.io.CharConversionExceptionCopyright © 2014 Oracle Corporation. All Rights Reserved.