# Channel library table for handling external file conversion.
#   See GEOIo for further details
#
#
#  Internal formats supported
#	Format		Magic Number	Default Extension
#	------		------------	-----------------
#	Binary Channels	          	.bchn
#	Ascii Channels			.chn
#
# NOTE: since this class has no magic number so we must assume the 
# converter is consistent.
# Ascii is chosen since its implementation is simpler.
#

.chan  "chchan %s stdout.chn"    "chchan stdin.chn %s"
.bchan "chchan %s stdout.chn"    "chchan stdin.chn %s"
.clip  "clchn  %s stdout.chn"    "clchn  stdin.chn %s"
.bclip "clchn  %s stdout.chn"    "clchn  stdin.chn %s"
