NewPipe-app-android/app/src/main/java/org/schabi/newpipe/streams
TobiGr f2c2f1735e Replace RuntimeException with IOException
The RuntimeException was not explicitly declared and thus not caught at every call of this constructor. This change ensures that this possible exception is handled by the dedicated error handlers.
2023-09-17 15:31:19 +02:00
..
io Replace RuntimeException with IOException 2023-09-17 15:31:19 +02:00
DataReader.java Changed the code accordingly 2022-07-15 19:55:19 +02:00
Mp4DashReader.java Lint: Inner class may be static 2020-11-18 18:02:33 -05:00
Mp4FromDashWriter.java Changed the code accordingly 2022-07-15 19:55:19 +02:00
OggFromWebMWriter.java Fix Lint: Inconsistent line separators 2020-11-22 10:16:27 +01:00
SrtFromTtmlWriter.java Lint: Make a bunch of stuff final 2020-11-18 17:50:00 -05:00
WebMReader.java Use toArray() with zero-length arrays. 2022-08-05 06:50:55 +05:30
WebMWriter.java Use Math.floorDiv(). 2022-11-09 20:01:40 +05:30