I am making image viewer application where images are loaded to memory using BufferedImage with the following code:


BufferedImage image;
File path = some path
InputStream input = new...