Package com.android.dex.util
Interface ByteInput
- All Known Implementing Classes:
ByteArrayByteInput
,Dex.Section
public interface ByteInput
A byte source.
-
Method Summary
-
Method Details
-
readByte
byte readByte()Returns a byte.- Throws:
IndexOutOfBoundsException
- if all bytes have been read.
-