Package com.android.dex.util
Interface ByteInput
-
- All Known Implementing Classes:
ByteArrayByteInput,Dex.Section
public interface ByteInputA byte source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytereadByte()Returns a byte.
-
-
-
Method Detail
-
readByte
byte readByte()
Returns a byte.- Throws:
IndexOutOfBoundsException- if all bytes have been read.
-
-