abstract class Chem::IO::Writer(T)
- Chem::IO::Writer(T)
- Reference
- Object
Direct Known Subclasses
- Chem::Cube::Writer
- Chem::DFTB::Gen::Writer
- Chem::DX::Writer
- Chem::Mol2::Writer
- Chem::PDB::Writer
- Chem::Protein::Stride::Writer
- Chem::PyMOL::Writer
- Chem::VASP::Chgcar::Writer
- Chem::VASP::Locpot::Writer
- Chem::VASP::Poscar::Writer
- Chem::VMD::Writer
- Chem::XYZ::Writer
Defined in:
chem/io/writer.crConstructors
Class Method Summary
Instance Method Summary
- #close : Nil
- #closed?
- #format(str : String, *args, **options) : Nil
- #formatl(str : String, *args, **options) : Nil
- #sync_close=(sync_close : Bool)
- #sync_close?
- #write(obj : T) : Nil
Constructor Detail
Class Method Detail
def self.open(io : ::IO | Path | String, *args, sync_close : Bool = false, **options, &)
#