com.android.dex.util
Interface ByteInput

All Known Implementing Classes:
ByteArrayByteInput, Dex.Section

public interface ByteInput

A byte source.


Method Summary
 byte readByte()
          Returns a byte.
 

Method Detail

readByte

byte readByte()
Returns a byte.

Throws:
IndexOutOfBoundsException - if all bytes have been read.


Copyright © 2015. All rights reserved.