Package org.biojava.bio.structure
Interface PDBRecord
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toPDB()
Returns a PDB file like representation of this record.void
toPDB(java.lang.StringBuffer buf)
Appends a PDB file like representation of this record to the provided StringBuffer.
-
-
-
Method Detail
-
toPDB
java.lang.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(java.lang.StringBuffer buf)
Appends a PDB file like representation of this record to the provided StringBuffer.
-
-