com.android.dex.util
Class ByteArrayByteInput

java.lang.Object
  extended by com.android.dex.util.ByteArrayByteInput
All Implemented Interfaces:
ByteInput

public final class ByteArrayByteInput
extends Object
implements ByteInput


Constructor Summary
ByteArrayByteInput(byte... bytes)
           
 
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
 

Constructor Detail

ByteArrayByteInput

public ByteArrayByteInput(byte... bytes)
Method Detail

readByte

public byte readByte()
Description copied from interface: ByteInput
Returns a byte.

Specified by:
readByte in interface ByteInput


Copyright © 2015. All rights reserved.