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

com.dhptech.maven.stripbom.BomMarker Maven / Gradle / Ivy

package com.dhptech.maven.stripbom;

import java.io.File;

public class BomMarker {
    File file;
    int skipBytes;

    public File getFile() {
        return file;
    }

    public void setFile(File file) {
        this.file = file;
    }

    public int getSkipBytes() {
        return skipBytes;
    }

    public void setSkipBytes(int skipBytes) {
        this.skipBytes = skipBytes;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy