|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anidb.udp.DataDecoder
public class DataDecoder
Decodes the data of a response.
See Content Encoding for further information.
| Method Summary | |
|---|---|
java.lang.String |
decode(java.lang.String rawData)
Decodes the given string. |
static DataDecoder |
getInstance()
Returns an instance of the class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DataDecoder getInstance()
public java.lang.String decode(java.lang.String rawData)
rawData - The string.
java.lang.IllegalArgumentException - If the given string is
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||