All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.parser.ProfileDecoder

java.lang.Object
   |
   +----w3c.pics.parser.ProfileDecoder

public class ProfileDecoder
extends Object
A helper class to decode the hex-encoded Strings that can be found in PICSRules profiles.


Constructor Index

 o ProfileDecoder()

Method Index

 o decode(String)
Decodes all hex encodings from the input String.

Constructors

 o ProfileDecoder
 public ProfileDecoder()

Methods

 o decode
 public static String decode(String input)
Decodes all hex encodings from the input String.

Parameters:
input - The String to decode.
Returns:
A String that contains no hex encodings.

All Packages  Class Hierarchy  This Package  Previous  Next  Index