Example #1
0
 public static void writeASSStyle(AssFile file, String path, BufferedWriter out)
     throws IOException {
   out.write("[V4+ Styles]");
   for (String style : file.getStyle()) {
     out.write(style + "\n");
   }
 }