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.
   
  -   ProfileDecoder() ProfileDecoder()
-  
   
  -   decode(String) decode(String)
-   Decodes all hex encodings from the input String.
   
 ProfileDecoder
ProfileDecoder
 public ProfileDecoder()
   
 decode
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