Interface PDBRecord

    • Method Detail

      • toPDB

        String toPDB()
        Returns a PDB file like representation of this record.
        Returns:
        a String providing a PDB file like representation of the record.
      • toPDB

        void toPDB​(StringBuffer buf)
        Appends a PDB file like representation of this record to the provided StringBuffer.