com.fasterxml.sort
Class DataWriter<T>
java.lang.Object
com.fasterxml.sort.DataWriter<T>
- Direct Known Subclasses:
- RawTextLineWriter
public abstract class DataWriter<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataWriter
public DataWriter()
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.