com.generationjava.io
Class FixedWidthReader

java.lang.Object
  |
  +--com.generationjava.io.FixedWidthReader

public class FixedWidthReader
extends java.lang.Object


Constructor Summary
FixedWidthReader(java.io.Reader rdr)
           
 
Method Summary
 java.lang.Object[] readLine()
           
 void setTrim(java.lang.String trim)
           
 void setWidths(int[] widths)
           
 void setWidths(java.lang.String widths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedWidthReader

public FixedWidthReader(java.io.Reader rdr)
Method Detail

setWidths

public void setWidths(int[] widths)

setWidths

public void setWidths(java.lang.String widths)

setTrim

public void setTrim(java.lang.String trim)

readLine

public java.lang.Object[] readLine()
                            throws java.io.IOException
java.io.IOException


Copyright © 2000-2003 OSJava. All Rights Reserved.