Class ManifestDecoder


  • public class ManifestDecoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ManifestDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ManifestStream> decode​(java.lang.String manifestText)  
      • Methods inherited from class java.lang.Object

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

      • ManifestDecoder

        public ManifestDecoder()
    • Method Detail

      • decode

        public java.util.List<ManifestStream> decode​(java.lang.String manifestText)