|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.jinahya.rfc3986.PercentDecoder
public class PercentDecoder
Percent Decoder.
| Constructor Summary | |
|---|---|
protected |
PercentDecoder()
Creates a new instance. |
| Method Summary | |
|---|---|
static byte[] |
decode(byte... input)
Decodes given input. |
static void |
decode(InputStream input,
OutputStream output)
Decodes characters from input and writes those decoded bytes
to output. |
static void |
decode(Reader input,
OutputStream output)
Decodes characters from input and writes those decoded bytes
to output. |
static byte[] |
decode(String input)
Decodes given input. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PercentDecoder()
| Method Detail |
|---|
public static byte[] decode(String input)
throws IOException
input.
input - input to decode
IOException - if an I/O error occurs.
public static byte[] decode(byte... input)
throws IOException
input.
input - input to decode
IOException - if an I/O error occurs.
public static void decode(InputStream input,
OutputStream output)
throws IOException
input and writes those decoded bytes
to output.
input - character inputoutput - byte output
IOException - if an I/O error occurs.
public static void decode(Reader input,
OutputStream output)
throws IOException
input and writes those decoded bytes
to output.
input - character inputoutput - byte output
IOException - if an I/O error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||