cfa.vo.sherpa
Class EncodeDoubleArray

java.lang.Object
  extended by cfa.vo.sherpa.EncodeDoubleArray

public class EncodeDoubleArray
extends Object

Author:
olaurino

Field Summary
static int WORDSIZE
           
 
Constructor Summary
EncodeDoubleArray()
           
 
Method Summary
static double[] decodeBase64(String dataString, boolean swapByteOrder)
           
static String encodeBase64(double[] data, boolean swapByteOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORDSIZE

public static final int WORDSIZE
See Also:
Constant Field Values
Constructor Detail

EncodeDoubleArray

public EncodeDoubleArray()
Method Detail

encodeBase64

public static String encodeBase64(double[] data,
                                  boolean swapByteOrder)
                           throws IOException
Throws:
IOException

decodeBase64

public static double[] decodeBase64(String dataString,
                                    boolean swapByteOrder)
                             throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.