module Chem::PDB::Hybrid36

Extended Modules

Defined in:

chem/formats/pdb.cr

Instance Method Summary

Instance Method Detail

def decode(str : String, width : Int) : Int32 #

[View source]
def decode(str : String) : Int32 | Nil #

[View source]
def decode?(str : String, width : Int) : Int32 | Nil #

[View source]
def decode?(str : String) : Int32 | Nil #

[View source]
def encode(io : IO, num : Int, width : Int) : Nil #

[View source]
def encode(num : Int, width : Int) : String #

[View source]