Class JavaClassfileVersionParser
java.lang.Object
org.codehaus.plexus.languages.java.version.JavaClassfileVersionParser
This class is intented to be package-private and consumed by
JavaClassfileVersion
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JavaClassfileVersion
of
(byte[] bytes) Reads the bytecode of a Java class file and returns theJavaClassfileVersion
.
-
Constructor Details
-
JavaClassfileVersionParser
private JavaClassfileVersionParser()
-
-
Method Details
-
of
Reads the bytecode of a Java class file and returns theJavaClassfileVersion
.- Parameters:
in
-byte[]
of the Java class file- Returns:
- the
JavaClassfileVersion
of the input stream
-