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

com.github.mertakdut.Constants Maven / Gradle / Ivy

There is a newer version: 1.0.95
Show newest version
package com.github.mertakdut;

class Constants {

	// Core files
	static final String FILE_NAME_CONTAINER_XML = "container.xml";
	static final String EXTENSION_NCX = ".ncx";
	static final String EXTENSION_OPF = ".opf";

	// Keywords
	static final String TAG_BODY_START = "])*>";

	static final String STRING_MARKER = "|";

	static final String SAVE_FILE_NAME = "epubparser_progress.ser";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy