com.fasterxml.sort
Class DataWriter<T>

java.lang.Object
  extended by com.fasterxml.sort.DataWriter<T>
Direct Known Subclasses:
RawTextLineWriter

public abstract class DataWriter<T>
extends Object


Constructor Summary
DataWriter()
           
 
Method Summary
abstract  void close()
           
abstract  void writeEntry(T item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataWriter

public DataWriter()
Method Detail

writeEntry

public abstract void writeEntry(T item)
                         throws IOException
Throws:
IOException

close

public abstract void close()
                    throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.