/* * Decompiled with CFR 0.152. */ package javax.baja.file; import javax.baja.file.BIFile; import javax.baja.space.Mark; import javax.baja.sys.Sys; import javax.baja.sys.Type; public interface BIComponentFile extends BIFile { public static final Type TYPE; public Mark readComponents() throws Exception; static { Class clazz = 1.class$javax$baja$file$BIComponentFile; if (clazz == null) { clazz = 1.class$javax$baja$file$BIComponentFile = 1.class("[Ljavax.baja.file.BIComponentFile;", false); } TYPE = Sys.loadType(clazz); } }