Class ExtendedM3uParser


  • public class ExtendedM3uParser
    extends java.lang.Object
    Parser for extended M3U lines, handles the format where directives have named argumentsm, for example: #SOMETHING:FOO="thing",BAR=4
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ExtendedM3uParser.Line
      Parsed extended M3U line info.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ExtendedM3uParser.Line parseLine​(java.lang.String line)
      Parses one line.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtendedM3uParser

        public ExtendedM3uParser()
    • Method Detail

      • parseLine

        public static ExtendedM3uParser.Line parseLine​(java.lang.String line)
        Parses one line.
        Parameters:
        line - Line.
        Returns:
        Line object describing the directive or data on the line.