Class ByteBufferOut

java.lang.Object
com.googlecode.d2j.dex.writer.io.ByteBufferOut
All Implemented Interfaces:
DataOut

public class ByteBufferOut extends Object implements DataOut
  • Field Details

  • Constructor Details

    • ByteBufferOut

      public ByteBufferOut(ByteBuffer buffer)
  • Method Details

    • begin

      public void begin(String s)
      Specified by:
      begin in interface DataOut
    • bytes

      public void bytes(String s, byte[] bs)
      Specified by:
      bytes in interface DataOut
    • bytes

      public void bytes(String string, byte[] buf, int offset, int size)
      Specified by:
      bytes in interface DataOut
    • doUleb128

      public void doUleb128(int value)
    • end

      public void end()
      Specified by:
      end in interface DataOut
    • offset

      public int offset()
      Specified by:
      offset in interface DataOut
    • sbyte

      public void sbyte(String s, int b)
      Specified by:
      sbyte in interface DataOut
    • sint

      public void sint(String s, int i)
      Specified by:
      sint in interface DataOut
    • skip

      public void skip(String s, int n)
      Specified by:
      skip in interface DataOut
    • skip4

      public void skip4(String s)
      Specified by:
      skip4 in interface DataOut
    • sleb128

      public void sleb128(String s, int value)
      Specified by:
      sleb128 in interface DataOut
    • sshort

      public void sshort(String s, int i)
      Specified by:
      sshort in interface DataOut
    • ubyte

      public void ubyte(String s, int b)
      Specified by:
      ubyte in interface DataOut
    • uint

      public void uint(String s, int i)
      Specified by:
      uint in interface DataOut
    • uleb128

      public void uleb128(String s, int value)
      Specified by:
      uleb128 in interface DataOut
    • uleb128p1

      public void uleb128p1(String s, int i)
      Specified by:
      uleb128p1 in interface DataOut
    • ushort

      public void ushort(String s, int i)
      Specified by:
      ushort in interface DataOut