Class TypeTable.Writer.Jar
java.lang.Object
org.openrewrite.java.internal.parser.TypeTable.Writer.Jar
- Enclosing class:
TypeTable.Writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidwriteClass(InputStream classInputStream) Write a single class from an InputStream containing bytecode.
-
Constructor Details
-
Jar
public Jar()
-
-
Method Details
-
write
-
writeClass
Write a single class from an InputStream containing bytecode. This can be used for processing individual class files.- Parameters:
classInputStream- InputStream containing the class bytecode- Throws:
IOException- if reading the class fails
-