Vladimir Krivosheev
authored
efficient loadScheme - preload byte array instead of using input stream because caller can use more efficient way to load file content For VFS better to use `contentsToByteArray` and for NIO better to use `Files.readAllBytes`. For ICS input is used as before.