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

com.iheartradio.m3u8.IParseState Maven / Gradle / Ivy

There is a newer version: 0.2.6
Show newest version
package com.iheartradio.m3u8;

interface IParseState {
    T buildPlaylist() throws ParseException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy