Class ModuleAttr.HeaderStruct
java.lang.Object
org.openjdk.asmtools.jasm.ModuleAttr.HeaderStruct
- All Implemented Interfaces:
DataWriter
- Enclosing class:
ModuleAttr
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHeaderStruct(ModuleContent.Header source, Function<ModuleContent.TargetType, ConstCell> nameFinder, Function<String, ConstCell> versionFinder) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataWriter
isCountable
-
Field Details
-
index
-
flags
final int flags -
versionIndex
-
-
Constructor Details
-
HeaderStruct
HeaderStruct(ModuleContent.Header source, Function<ModuleContent.TargetType, ConstCell> nameFinder, Function<String, ConstCell> versionFinder)
-
-
Method Details
-
write
- Specified by:
writein interfaceDataWriter- Throws:
IOException
-
getLength
public int getLength()- Specified by:
getLengthin interfaceDataWriter
-