com.generationjava.io
Class FixedWidthReader

java.lang.Object
  extended bycom.generationjava.io.FixedWidthReader

public class FixedWidthReader
extends Object


Constructor Summary
FixedWidthReader(Reader rdr)
           
 
Method Summary
 Object[] readLine()
           
 void setTrim(String trim)
           
 void setWidths(int[] widths)
           
 void setWidths(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(Reader rdr)
Method Detail

setWidths

public void setWidths(int[] widths)

setWidths

public void setWidths(String widths)

setTrim

public void setTrim(String trim)

readLine

public Object[] readLine()
                  throws IOException
Throws:
IOException


Copyright © 2000-2005 OSJava. All Rights Reserved.