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

io.lindstrom.m3u8.parser.Parser Maven / Gradle / Ivy

There is a newer version: 0.28
Show newest version
package io.lindstrom.m3u8.parser;

import java.util.Map;

public interface Parser {
    T parse(String attributes);
    T parse(String attributes, Map moreAttributes);
    void write(T value, StringBuilder stringBuilder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy