sears.file
Class AssFile

java.lang.Object
  extended by sears.file.SubtitleFile
      extended by sears.file.SsaFile
          extended by sears.file.AssFile

public class AssFile
extends SsaFile

Ass subtitle file


Field Summary
 
Fields inherited from class sears.file.SsaFile
DIALOGUE_KEY, EVENTS_SECTION_DELIMITER, FORMAT_KEY
 
Fields inherited from class sears.file.SubtitleFile
BASIC_CHARSETS, DEFAULT_CHARSET, file, fileChanged, subtitleList, temporaryFile
 
Constructor Summary
AssFile(java.io.File file, java.util.ArrayList<Subtitle> subtitleList)
           
AssFile(java.io.File file, java.util.ArrayList<Subtitle> subtitleList, java.lang.String charset)
           
AssFile(java.lang.String file, java.util.ArrayList<Subtitle> subtitleList)
           
 
Method Summary
 java.lang.String extension()
          Returns the extension file
 
Methods inherited from class sears.file.SsaFile
getFieldsKey, getNewInstance, parse, setBeginPart, setEndPart, setFieldsKey, split, stringToTime, timeToString, writeToFile, writeToTemporaryFile
 
Methods inherited from class sears.file.SubtitleFile
accentRepair, addFakeSub, addSubtitle, addSubtitle, append, delay, delay, delay, fileChanged, getANonNullCharset, getCharset, getContentDirectory, getFile, getInstance, getInstance, getInstance, getLineSeparator, getSubtitleAtDate, getSubtitleList, getSubtitleListClone, getSubtitles, getTemporaryFile, htmlRepair, isFileChanged, magicResynchro, mixWithAnotherSubtitleFile, normalizeDuration, normalizeDuration, orderRepair, resynchro, setCharset, setFile, setSubtitleList, shiftToZero, timeRepair
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssFile

public AssFile(java.io.File file,
               java.util.ArrayList<Subtitle> subtitleList,
               java.lang.String charset)
        throws FileConversionException
Throws:
FileConversionException

AssFile

public AssFile(java.lang.String file,
               java.util.ArrayList<Subtitle> subtitleList)
        throws FileConversionException
Throws:
FileConversionException

AssFile

public AssFile(java.io.File file,
               java.util.ArrayList<Subtitle> subtitleList)
        throws FileConversionException
Throws:
FileConversionException
Method Detail

extension

public java.lang.String extension()
Description copied from class: SubtitleFile
Returns the extension file

Overrides:
extension in class SsaFile
Returns:
the extension file