![JAR search and dependency download from the Maven repository](/logo.png)
com.iheartradio.m3u8.AttributeParser Maven / Gradle / Ivy
package com.iheartradio.m3u8;
interface AttributeParser {
void parse(Attribute attribute, Builder builder, ParseState state) throws ParseException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy