Package de.hsh.graja.util
Class Rar
java.lang.Object
de.hsh.graja.util.Rar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks, iff
is a rar file.static boolean
isRarFile
(InputStream is) Checks, ifis
is a rar file.
-
Constructor Details
-
Rar
public Rar()
-
-
Method Details
-
isRarFile
Checks, iff
is a rar file.- Parameters:
f
- the file- Returns:
- true, if it is a rar file.
-
isRarFile
Checks, ifis
is a rar file.- Parameters:
is
- the input stream- Returns:
- true, if it is a rar file.
-