Interface ByteOutput

All Known Subinterfaces:
AnnotatedOutput, Output
All Known Implementing Classes:
ByteArrayAnnotatedOutput, Dex.Section

public interface ByteOutput
A byte sink.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeByte(int i)
    Writes a byte.
  • Method Details