flatscape.util
Class ISO8211File

java.lang.Object
  |
  +--flatscape.util.ISO8211File

public final class ISO8211File
extends java.lang.Object

Copyright (c) 2001 Rutgers, The State University of New Jersey

Since:
flatscape %Version%
Version:
%Version%, %Time%

Nested Class Summary
 class ISO8211File.Record
           
 
Field Summary
 java.io.File file
           
 ISO8211File.Record[] records
           
 
Constructor Summary
ISO8211File(java.io.File file)
           
ISO8211File(java.io.File file, int filePointerThreshold)
           
 
Method Summary
protected  void finalize()
           
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

public java.io.File file

records

public ISO8211File.Record[] records
Constructor Detail

ISO8211File

public ISO8211File(java.io.File file)
            throws java.io.IOException

ISO8211File

public ISO8211File(java.io.File file,
                   int filePointerThreshold)
            throws java.io.IOException
Parameters:
filePointerThreshold - The maximum size of field data in a record above which file pointer fields are used.
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
java.io.IOException

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
java.lang.Throwable

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright (c) 2003 Rutgers, The State University of New Jersey