com.netflix.astyanax.util
Class CsvRowsWriter

java.lang.Object
  extended by com.netflix.astyanax.util.CsvRowsWriter
All Implemented Interfaces:
RowsWriter

public class CsvRowsWriter
extends java.lang.Object
implements RowsWriter


Constructor Summary
CsvRowsWriter()
           
 
Method Summary
 void write(Rows<?,?> rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvRowsWriter

public CsvRowsWriter()
Method Detail

write

public void write(Rows<?,?> rows)
Specified by:
write in interface RowsWriter