Interface DataOut

All Known Implementing Classes:
ByteBufferOut

public interface DataOut
  • Method Details

    • begin

      void begin(String s)
    • bytes

      void bytes(String s, byte[] bs)
    • bytes

      void bytes(String string, byte[] buf, int offset, int size)
    • end

      void end()
    • offset

      int offset()
    • sbyte

      void sbyte(String s, int b)
    • sint

      void sint(String s, int i)
    • skip

      void skip(String s, int n)
    • skip4

      void skip4(String s)
    • sleb128

      void sleb128(String s, int i)
    • sshort

      void sshort(String s, int i)
    • ubyte

      void ubyte(String s, int b)
    • uint

      void uint(String s, int i)
    • uleb128

      void uleb128(String s, int i)
    • uleb128p1

      void uleb128p1(String s, int i)
    • ushort

      void ushort(String s, int i)