JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.android.dex.util
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 and Description
byte
readByte
()
Returns a byte.
Method Detail
readByte
byte readByte()
Returns a byte.
Throws:
IndexOutOfBoundsException
- if all bytes have been read.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method