Class ByteArrayByteInput

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

public final class ByteArrayByteInput extends Object implements ByteInput
  • Constructor Details

    • ByteArrayByteInput

      public ByteArrayByteInput(byte... bytes)
  • Method Details

    • readByte

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