com.android.dex
Class EncodedValue

java.lang.Object
  extended by com.android.dex.EncodedValue
All Implemented Interfaces:
Comparable<EncodedValue>

public final class EncodedValue
extends Object
implements Comparable<EncodedValue>

An encoded value or array.


Constructor Summary
EncodedValue(byte[] data)
           
 
Method Summary
 ByteInput asByteInput()
           
 int compareTo(EncodedValue other)
           
 byte[] getBytes()
           
 String toString()
           
 void writeTo(Dex.Section out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncodedValue

public EncodedValue(byte[] data)
Method Detail

asByteInput

public ByteInput asByteInput()

getBytes

public byte[] getBytes()

writeTo

public void writeTo(Dex.Section out)

compareTo

public int compareTo(EncodedValue other)
Specified by:
compareTo in interface Comparable<EncodedValue>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.