JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.android.dex.util
ByteInput
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
readByte()
Interface ByteInput
All Known Implementing Classes:
ByteArrayByteInput
,
Dex.Section
public interface
ByteInput
A byte source.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte
readByte
()
Returns a byte.
Method Details
readByte
byte
readByte
()
Returns a byte.
Throws:
IndexOutOfBoundsException
- if all bytes have been read.