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

au.gov.amsa.risky.format.BinaryFixesPrinterMain Maven / Gradle / Ivy

There is a newer version: 0.6.19
Show newest version
package au.gov.amsa.risky.format;

import java.io.File;

public class BinaryFixesPrinterMain {

    public static void main(String[] args) {
        File file = new File(System.getProperty("file"));
        BinaryFixes.from(file).doOnNext(System.out::println).subscribe();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy