Package com.android.dex.util
Interface ByteOutput
-
- All Known Implementing Classes:
Dex.Section
public interface ByteOutputA byte sink.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteByte(int i)Writes a byte.
-
-
-
Method Detail
-
writeByte
void writeByte(int i)
Writes a byte.- Throws:
IndexOutOfBoundsException- if all bytes have been written.
-
-