com.partnersoft.io.formats.binary
Class BinaryFixedWidth

java.lang.Object
  extended by com.partnersoft.io.formats.binary.BinaryFixedWidth

public class BinaryFixedWidth
extends java.lang.Object

A binary, fixed-width record format.

Author:
Paul Reavis Copyright 2001 Partner Software, Inc.

Constructor Summary
BinaryFixedWidth()
           
 
Method Summary
 BinaryFixedWidthField fieldNamed(java.lang.String name)
           
 java.util.ArrayList getFields()
           
 int getRecordSize()
           
 void setFields(java.util.ArrayList newFields)
           
 void setRecordSize(int newSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFixedWidth

public BinaryFixedWidth()
Method Detail

fieldNamed

public BinaryFixedWidthField fieldNamed(java.lang.String name)

getFields

public java.util.ArrayList getFields()

setFields

public void setFields(java.util.ArrayList newFields)

getRecordSize

public int getRecordSize()

setRecordSize

public void setRecordSize(int newSize)