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%
|
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 |
file
public java.io.File file
records
public ISO8211File.Record[] records
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.
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