Leb128UtilsTest.java package com.android.dx.util public final com.android.dx.util.Leb128UtilsTest extends junit.framework.TestCase { public void <init> () public void testDecodeUnsignedLeb () throws java.io.IOException public void testEncodeUnsignedLeb () throws java.io.IOException public void testDecodeSignedLeb () throws java.io.IOException public void testEncodeSignedLeb () throws java.io.IOException private byte[] encodeSignedLeb (int) private byte[] encodeUnsignedLeb (int) private void assertEquals (byte[], byte[]) }