Class RecordData


  • public class RecordData
    extends Indenter
    The Record attribute data

    since class file 58.65535 (JEP 359)

    • Constructor Detail

      • RecordData

        public RecordData​(ClassData cls)
    • Method Detail

      • read

        public RecordData read​(java.io.DataInputStream in)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • print

        public void print()
                   throws java.io.IOException
        Prints the record data to the current output stream. called from ClassData.
        Throws:
        java.io.IOException