Package org.cyclopsgroup.caff.format
Class FixLengthFormatIOTest
java.lang.Object
org.cyclopsgroup.caff.format.AbstractSyntaxSupport<ABean>
org.cyclopsgroup.caff.format.AbstractFixLengthTestCase
org.cyclopsgroup.caff.format.FixLengthFormatIOTest
- Author:
- Jiaqi Guo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cyclopsgroup.caff.format.AbstractFixLengthTestCase
testPopulate, testPrintNormally, testPrintWithOverflow
-
Constructor Details
-
FixLengthFormatIOTest
public FixLengthFormatIOTest()
-
-
Method Details
-
fromString
Description copied from class:AbstractSyntaxSupportConverter string to object- Specified by:
fromStringin classAbstractSyntaxSupport<ABean>- Parameters:
string- String form of object- Returns:
- Object result
- Throws:
IOException- Allows IOExceptoin
-
toString
Description copied from class:AbstractSyntaxSupportConvert object to string- Specified by:
toStringin classAbstractSyntaxSupport<ABean>- Parameters:
bean- Object to convert from- Returns:
- String form of object
- Throws:
IOException- Allows IOException
-