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

org.archive.format.cdx.CDXLineFactory Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.format.cdx;

public interface CDXLineFactory {
	public FieldSplitFormat getParseFormat();
	public CDXLine createStandardCDXLine(String input, FieldSplitFormat exFormat);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy