Uses of Interface
com.android.dex.util.ByteOutput

Packages that use ByteOutput
com.android.dex   
 

Uses of ByteOutput in com.android.dex
 

Classes in com.android.dex that implement ByteOutput
 class Dex.Section
           
 

Methods in com.android.dex with parameters of type ByteOutput
static void EncodedValueCodec.writeRightZeroExtendedValue(ByteOutput out, int type, long value)
          Writes a right-zero-extended value to out.
static void EncodedValueCodec.writeSignedIntegralValue(ByteOutput out, int type, long value)
          Writes a signed integral to out.
static void Leb128.writeSignedLeb128(ByteOutput out, int value)
          Writes value as a signed integer to out, starting at offset.
static void EncodedValueCodec.writeUnsignedIntegralValue(ByteOutput out, int type, long value)
          Writes an unsigned integral to out.
static void Leb128.writeUnsignedLeb128(ByteOutput out, int value)
          Writes value as an unsigned integer to out, starting at offset.
 



Copyright © 2015. All rights reserved.