Class TempFileGeneratorImpl

java.lang.Object
org.codice.alliance.video.stream.mpegts.filename.TempFileGeneratorImpl
All Implemented Interfaces:
TempFileGenerator

public class TempFileGeneratorImpl extends Object implements TempFileGenerator
Creates a File object with File.createTempFile(String, String) where the file always begins with "mpegts-stream-" and ends with ".ts".