iso8211 0-1-0 by Weft

uk.co.weft.iso8211.values
Class MSOFBinary

java.lang.Object
  |
  +--uk.co.weft.iso8211.Value
        |
        +--uk.co.weft.iso8211.values.MSOFBinary

public class MSOFBinary
extends Value

a binary string, sent most significant byte first. Since we're talking about byte significance, presumably we're to treat it as an integer (albeit possibly a big one).

Version:
$Revision: 1.2 $ This revision: $Author: simon $
  $Log: MSOFBinary.java,v $
  Revision 1.2  2002/10/31 19:25:22  simon


  This package of work is to take a parser which correctly recognised
  all the record and field boundaries, and try to make it read actual
  data. The DDR is now reading correctly (I believe) but the data are
  not being read, primarily because (I think) I'm not correctly making
  use of the data I read from the DDR.

  Revision 1.1.1.1  2002/10/29 11:27:33  simon
  More or less parses


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

Fields inherited from class uk.co.weft.iso8211.Value
debug, delimiter, precision, subtype
 
Constructor Summary
MSOFBinary()
           
 
Methods inherited from class uk.co.weft.iso8211.Value
initialise, read, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MSOFBinary

public MSOFBinary()

iso8211 0-1-0 by Weft