Package com.mebigfatguy.fbcontrib.utils
Class SerialVersionCalc
java.lang.Object
com.mebigfatguy.fbcontrib.utils.SerialVersionCalc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class(package private) static enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intfilterModifiers(int modifier, SerialVersionCalc.ModifierType type) static longuuid(org.apache.bcel.classfile.JavaClass cls) private static voidwriteFields(DataOutput out, org.apache.bcel.classfile.JavaClass cls) private static voidwriteInterfaces(DataOutput out, org.apache.bcel.classfile.JavaClass cls) private static voidwriteMethods(DataOutput out, org.apache.bcel.classfile.JavaClass cls)
-
Constructor Details
-
SerialVersionCalc
private SerialVersionCalc()
-
-
Method Details
-
uuid
- Throws:
IOException
-
writeInterfaces
private static void writeInterfaces(DataOutput out, org.apache.bcel.classfile.JavaClass cls) throws IOException - Throws:
IOException
-
writeFields
private static void writeFields(DataOutput out, org.apache.bcel.classfile.JavaClass cls) throws IOException - Throws:
IOException
-
writeMethods
private static void writeMethods(DataOutput out, org.apache.bcel.classfile.JavaClass cls) throws IOException - Throws:
IOException
-
filterModifiers
-