com.android.dex.util
Class ByteArrayByteInput
java.lang.Object
com.android.dex.util.ByteArrayByteInput
- All Implemented Interfaces:
- ByteInput
public final class ByteArrayByteInput
- extends Object
- implements ByteInput
|
Method Summary |
byte |
readByte()
Returns a byte. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayByteInput
public ByteArrayByteInput(byte... bytes)
readByte
public byte readByte()
- Description copied from interface:
ByteInput
- Returns a byte.
- Specified by:
readByte in interface ByteInput
Copyright © 2015. All rights reserved.