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

skype2disk.FileDumpContentParser Maven / Gradle / Ivy

The newest version!
package skype2disk;

import skype.SkypeChat;

public interface FileDumpContentParser {

	public abstract SkypeChat parse(String fileContents);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy