Reading Rar Files From Inside Java.

Okay so I have a project and I wish to like read images through a RAR file. Here’s my current loader:

public static URL osBG = jfrOS1.class.getResource("/An64/AA4/AnSYSUtils/AnOSBG.png");

Is there anyway I can pack part of that into a rar file, and have java read the “AnOSBG.png” that is inside the Rar file?

Any help would be great:)