brut.androlib.res.decoder
Class ResAttrDecoder

java.lang.Object
  extended by brut.androlib.res.decoder.ResAttrDecoder

public class ResAttrDecoder
extends Object

Simple attribute decoder that returns the attribute's raw value if present

Author:
Anthony Trinh

Constructor Summary
ResAttrDecoder()
           
 
Method Summary
 String decode(int type, int value, String rawValue, int attrResId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResAttrDecoder

public ResAttrDecoder()
Method Detail

decode

public String decode(int type,
                     int value,
                     String rawValue,
                     int attrResId)
              throws AndrolibException
Throws:
AndrolibException


Copyright © 2012. All Rights Reserved.