Class RecordData
java.lang.Object
org.openjdk.asmtools.jdis.Indenter
org.openjdk.asmtools.jdis.RecordData
The Record attribute data
since class file 58.65535 (JEP 359)
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprint()Prints the record data to the current output stream.read(DataInputStream in) Methods inherited from class Indenter
decreaseIndent, getIndentString, increaseIndent, indent, setIndent
-
Field Details
-
cls
-
components
-
-
Constructor Details
-
RecordData
-
-
Method Details
-
read
- Throws:
IOException
-
print
Prints the record data to the current output stream. called from ClassData.- Throws:
IOException
-