net.sf.blunder.util.persistence.translator
Class BinaryToOpenCsv

java.lang.Object
  extended by net.sf.blunder.util.persistence.translator.BinaryToOpenCsv
All Implemented Interfaces:
ITranslator

public class BinaryToOpenCsv
extends Object
implements ITranslator

Blunder translator utility. This class can make transformations from Binary to SuperCSV data file.

Author:
Ambrosi Lucas

Constructor Summary
BinaryToOpenCsv()
           
 
Method Summary
static void main(String[] args)
           
 void translate()
          Translate from a persistent service to another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryToOpenCsv

public BinaryToOpenCsv()
Method Detail

translate

public void translate()
Description copied from interface: ITranslator
Translate from a persistent service to another.

Specified by:
translate in interface ITranslator

main

public static void main(String[] args)


Copyright © 2009 Blunder. All Rights Reserved.