Package com.ricebridge.data.sc

Utility Class package for CSV Manager component.

See:
          Description

Interface Summary
StringConverter Convert an object into a String and back again.
 

Class Summary
BooleanArrayStringConverter Handle boolean array textual representations.
BooleanStringConverter Handle boolean textual representations.
ByteArrayStringConverter Handle byte array textual representations.
ByteStringConverter Handle byte textual representations.
CharacterArrayStringConverter Handle char array textual representations.
CharacterStringConverter Handle char textual representations.
DefaultStringConverter Convenience class for implementing the StringConverter interface quickly and easily.
DoubleArrayStringConverter Handle double array textual representations.
DoubleStringConverter Handle double textual representations.
FloatArrayStringConverter Handle float array textual representations.
FloatStringConverter Handle float textual representations.
IntegerArrayStringConverter Handle int array textual representations.
IntegerStringConverter Handle integer textual representations.
LongArrayStringConverter Handle long array textual representations.
LongStringConverter Handle long textual representations.
ShortArrayStringConverter Handle short array textual representations.
ShortStringConverter Handle short textual representations.
StringArrayStringConverter Handle String array textual representations.
StringConverterSupport Support class for the StringConverter interface.
StringStringConverter Handle String textual representations.
TypeArrayStringConverter Utility class for handling conversion of native Java types in arrays.
TypeStringConverter Utility class for handling conversion of native Java types.
 

Package com.ricebridge.data.sc Description

Utility Class package for CSV Manager component.

You should start with the CsvManager class. This is the main entry point for the component.

Note: classes marked Internal Class are subject to change.



Copyright © 2003-2006 Ricebridge