ByteSequence.java
325 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.internal.util;
public interface ByteSequence {
public byte byteAt(int var1);
public int length();
public ByteSequence subSequence(int var1, int var2);
public byte[] getBytes();
public void getBytes(int var1, int var2, byte[] var3, int var4);
}