Package org.codice.alliance.video.stream.mpegts.filename
package org.codice.alliance.video.stream.mpegts.filename
-
ClassDescriptionReplaces one or more tokens within a filename with the current time.Ensures that a filename always ends with a specific extension.Generate a filename based on base filename or template.Removes illegal characters from a filename.Contains a list of FilenameGenerator objects and chains those objects together.Generate temporary files.Creates a File object with
File.createTempFile(String, String)where the file always begins with "mpegts-stream-" and ends with ".ts".