package jxl.biff;

/* JADX INFO: loaded from: classes.dex */
public interface ByteData {
    byte[] getBytes();
}
