iso8211 0-1-0 by Weft

uk.co.weft.iso8211
Class Dictionary

java.lang.Object
  |
  +--uk.co.weft.iso8211.Dictionary

public class Dictionary
extends java.lang.Object

The dictionary of an ISO 8211 data description record.

Version:
$Revision: 1.1.1.1 $ This revision: $Author: simon $
  $Log: Dictionary.java,v $
  Revision 1.1.1.1  2002/10/29 11:27:33  simon
  More or less parses


  
Author:
Simon Brooke (simon@jasmine.org.uk)

Field Summary
protected  long position
          the position at which I was found in the input stream
 
Constructor Summary
Dictionary(ISO8211InputStream in, Record record, Record ddr, boolean debug)
          Create a new dictionary by parsing from the current position in this stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

protected long position
the position at which I was found in the input stream
Constructor Detail

Dictionary

public Dictionary(ISO8211InputStream in,
                  Record record,
                  Record ddr,
                  boolean debug)
           throws java.lang.Exception
Create a new dictionary by parsing from the current position in this stream. (?) either ddr should be null or record should be identical to ddr, so passing in ddr is redundent, I think
Parameters:
in - the stream to parse from
record - the record of which I form a part (?) must be a ddr #
ddr - the ddr for the file I am in
debug - whether I'm in debug mode

iso8211 0-1-0 by Weft