Class PlaylistWriter

  • All Implemented Interfaces:
    Cloneable

    public class PlaylistWriter
    extends ManifestWriter
    • Constructor Detail

      • PlaylistWriter

        public PlaylistWriter​(java.io.OutputStream outputStream,
                              String contextStr)
                       throws IllegalArgumentException
        Throws:
        IllegalArgumentException
    • Method Detail

      • write

        public final boolean write​(ManifestModel manifest)
                            throws java.io.IOException
        Specified by:
        write in class ManifestWriter
        Parameters:
        manifest - Manifest model to write to the outputStream
        Returns:
        true if write did not encounter errors
        Throws:
        java.io.IOException