Dariusz Kuc
12/18/2019, 8:56 PMjavaClass.classLoader.getResource("myFile").readBytes() // 198
File("myFile").inputStream().readBytes() // 184
If I'm reading input stream from a resource (which I have to in deployed app) I get some extra bytes that I do not get if I read the file directly. Any ideas?Dariusz Kuc
12/18/2019, 11:45 PM