All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.brettonw.bag.formats.ArrayFormatReader Maven / Gradle / Ivy

package com.brettonw.bag.formats;

import com.brettonw.bag.BagArray;

public interface ArrayFormatReader {
    BagArray readBagArray ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy