Package com.android.dex.util
Interface ByteOutput
- All Known Subinterfaces:
AnnotatedOutput
,Output
- All Known Implementing Classes:
ByteArrayAnnotatedOutput
,Dex.Section
public interface ByteOutput
A byte sink.
-
Method Summary
-
Method Details
-
writeByte
void writeByte(int i) Writes a byte.- Throws:
IndexOutOfBoundsException
- if all bytes have been written.
-