net.sf.cobol2j
Class RecordWriter

java.lang.Object
  extended by net.sf.cobol2j.RecordWriter

public class RecordWriter
extends java.lang.Object


Constructor Summary
RecordWriter(java.io.OutputStream os, FileFormat ff)
           
 
Method Summary
 void writeRecord(java.util.List fields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordWriter

public RecordWriter(java.io.OutputStream os,
                    FileFormat ff)
             throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException
Method Detail

writeRecord

public void writeRecord(java.util.List fields)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.