SYMBOL INDEX (51 symbols across 8 files) FILE: LyndaDecryptor/CaptionToSrt.cs class CaptionToSrt (line 12) | class CaptionToSrt method CaptionToSrt (line 18) | public CaptionToSrt(string afilePath) method stringToBytes (line 52) | public byte[] stringToBytes(string text) type timestampFormat (line 58) | public enum timestampFormat class Timestamp (line 65) | public class Timestamp method Timestamp (line 70) | public Timestamp(int _position, timestampFormat _type) method findTimestamps (line 78) | public Timestamp[] findTimestamps(byte[] inputByteArray) class Subtitle (line 179) | public class Subtitle method Subtitle (line 224) | public Subtitle(byte[] subtitleData, timestampFormat ts_format) method setEndTimestamp (line 231) | public void setEndTimestamp(string endtime) method extractStartTimestamp (line 237) | private void extractStartTimestamp(byte[] subtitleData, timestampFor... method extractText (line 262) | private void extractText(byte[] subtitleData) method trimNonprintable (line 297) | private byte[] trimNonprintable(byte[] textData) method enforce_CRLF_linebreaks (line 342) | private byte[] enforce_CRLF_linebreaks(byte[] text) method convertToShortFormat (line 380) | private string convertToShortFormat(string timestamp) method bytesToString (line 395) | private string bytesToString(byte[] bytes, int length) method stringToBytes (line 400) | private byte[] stringToBytes(string text) method parseCaptionData (line 407) | public Subtitle[] parseCaptionData(byte[] captionData, Timestamp[] tim... method convertToSrt (line 465) | public bool convertToSrt() method buildSrt (line 507) | private bool buildSrt(Subtitle[] subtitleArray, string path) FILE: LyndaDecryptor/Decryptor.cs class Decryptor (line 15) | public class Decryptor method Decryptor (line 40) | public Decryptor() method Decryptor (line 54) | public Decryptor(DecryptorOptions options) : this() method InitDecryptor (line 68) | public void InitDecryptor(string EncryptionKey) method InitDB (line 86) | public bool InitDB(string databasePath) method DecryptAll (line 124) | public void DecryptAll(string folderPath, string outputFolder = "") method Decrypt (line 201) | public void Decrypt(string encryptedFilePath, string decryptedFilePath) method GetVideoInfoFromDB (line 319) | private VideoInfo GetVideoInfoFromDB(string courseID, string videoID) method CleanPath (line 374) | private string CleanPath(string path) method ConvertSub (line 389) | private Boolean ConvertSub(string videoPath, string decryptedFilePath,... FILE: LyndaDecryptor/DecryptorOptions.cs class DecryptorOptions (line 3) | public class DecryptorOptions FILE: LyndaDecryptor/Program.cs type Mode (line 7) | public enum Mode class Program (line 14) | public class Program method Main (line 16) | static void Main(string[] args) method Usage (line 59) | static void Usage() FILE: LyndaDecryptor/Utils.cs class Utils (line 10) | public static class Utils method Utils (line 17) | static Utils() method WriteToConsole (line 22) | public static void WriteToConsole(string Text, ConsoleColor color = Co... method ParseCommandLineArgs (line 32) | public static DecryptorOptions ParseCommandLineArgs(string[] args) FILE: LyndaDecryptor/VideoInfo.cs class VideoInfo (line 9) | public class VideoInfo FILE: LyndaDecryptorTests/CommandLineParserTest.cs class CommandLineParserTest (line 12) | [TestClass] method TestFileMode (line 15) | [TestMethod] method TestFolderMode (line 54) | [TestMethod] method MissingOutputArgShouldFailWithException (line 91) | [TestMethod, ExpectedException(typeof(FormatException))] method OutputFileAlreadyExistShouldFailWithException (line 101) | [TestMethod, ExpectedException(typeof(IOException))] method TestMissingFolder (line 112) | [TestMethod, ExpectedException(typeof(FileNotFoundException))] FILE: LyndaDecryptorTests/DecryptionTest.cs class DecryptionTest (line 8) | [TestClass] method TestSingleDecryption (line 11) | [TestMethod] method TestSingleDecryptionWithDB (line 33) | [TestMethod] method TestFolderDecryption (line 39) | [TestMethod] method TestFolderDecryptionWithDB (line 45) | [TestMethod]