Class jnap

java.lang.Object
com.portal.pcm.jnap

public class jnap extends Object
jnap command set:
 #                          - comment line
 r     <file> <file>        - reads flist from file into buffer
 i     <number>             - inserts flist from stdin into buffer (marker END)
 d     <flist>              - displays flist
 w     <flist> <filename>   - saves flist to file
 l                          - lists bufs used
 login <flist>              - logs in using specified flist
 logout                     - logs out and closes the context
 xop   <op> <flags> <flist> - performs opcode.  Sets 'out' buffer.
 loop  <flist>              - streams flist in/out
 pcpdebug <flags>           - sets pcp debug flags
 properties [<name><val>]   - gets/sets jnap properties
 errormsg <msgID>           - Displays an error message for the given id
 q                          - exits 
 
Any time an 'flist' is called for, the user can type a buffer number, 'incoming' (for the incoming output flist) or a file name to be read. The opcode can be supplied numerically or symbolically (for example, '3' or 'PCM_OP_READ_OBJ' are equivalent).