com.android.dex.util
Interface ByteOutput

All Known Implementing Classes:
Dex.Section

public interface ByteOutput

A byte sink.


Method Summary
 void writeByte(int i)
          Writes a byte.
 

Method Detail

writeByte

void writeByte(int i)
Writes a byte.

Throws:
IndexOutOfBoundsException - if all bytes have been written.


Copyright © 2015. All rights reserved.