au.gov.amsa.ihs.reader.IhsReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ihs-reader Show documentation
Show all versions of ihs-reader Show documentation
Reads IHS zipped xml data files
package au.gov.amsa.ihs.reader;
import static java.util.Optional.empty;
import static java.util.Optional.of;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.time.OffsetDateTime;
import java.util.Enumeration;
import java.util.Map;
import java.util.Optional;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
import au.gov.amsa.ihs.model.Ship;
import rx.Observable;
import rx.Observable.OnSubscribe;
import rx.Subscriber;
public class IhsReader {
public Observable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy