(New page: Category:MGED =dbbinary= __TOC__ ==Syntax== :dbbinary [-o|-i pattern type] dest source ==Argument(s)== : '''-o|-i''' :: -i for input -o for output : '''pattern''' :: currently, on...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Dbbinary]] |
=dbbinary= | =dbbinary= |
The "dbbinary" command is used to create or retrieve binary opaque objects. One of -i or -o must be specified. The -o option "outputs" or extracts a binary object from the database object source to a file called dest. The -i option "inputs" or imports a file called source into a binary object called dest in the database. There are two additional arguments that must be specified with the -i option: pattern and type. Currently, only uniform binary objects (arrays of values) are supported. As a result, the pattern is always u for "uniform" pattern. The type can be one of the following: f -> float d -> double c -> char (8 bit) s -> short (16 bit) i -> int (32 bit) l -> long (64 bit) C -> unsigned char (8 bit) S -> unsigned short (16 bit) I -> unsigned int (32 bit) L -> unsigned long (64 bit)
Page Generated by David Loman on: 10/11/2007 at: 12:22:42 PM