101102103104105106107
/** * Constructor initializing ff4j with an InMemoryStore using an InputStream. Simplify integration with Android through * <code>Asset</code> */ public FF4j(InputStream xmlFileResourceAsStream) { this.store = new InMemoryFeatureStore(xmlFileResourceAsStream); }