Rational Developer for Power Systems Software
V7.6

Package com.ibm.etools.iseries.util

Interface Summary
IEbcdicString A string representing an EBCDIC string It can represent a DBCS string where only half of the first or last DBCS character is present
IEbcdicStringIterator  
 

Class Summary
AS400Factory This is a singleton class whose sole purpose is to create the Toolbox AS400 object.
Assert A set of assert methods.
DBCSUtil Utility class to provide functions for DBCS data.
EbcdicStringIterator This class allows you to split up a Unicode string into pieces of arbitrary lengths that are specified in EBCDIC byte lengths
EBCDICStringUtil Utility classes for working with EBCDIC strings
IBMIQSYSEventFileCommandDetector This class is used to determine if a command will generate an event file, and if so to determine what the event file name will be.
IBMIQSYSEventFileInformation This class encapsulates event file information when an event-file-generating command is submitted to run.
ISeriesCodepageConverter Clients should not instantiate this class
ISeriesMiscUtil Misc helper methods for use by other iSeries specific classes.
NlsString A simple facade to a set of operations on strings that considers all national language encodings
NlsUtil This class provides national language support (NLS) functions.
PaddedStringBuffer This class wrappers a StringBuffer and allows additional functionality such as padding the string with spaces, or replacing instances of a substring with another substring.
SequentialFileReader Read any member from QSYS and return its contents line by line as Java Strings Does not handle DDM files Does not replace DBCS shift characters with blanks If logical bidi, does the conversion of the sequence numbers separately to avoid roundtrip errors Call the close() method to unlock the file
StringNL String that allows substring and padding operations based on the EBCDIC byte positions rather than the Unicode characters.
WrappedEbcdicStringIterator This class allows you to split up a Unicode string into pieces of arbitrary lengths that are specified in EBCDIC byte lengths
WrappedEbcdicStringIterator.WrappedEbcdicString Instance holding a string that corresponds to EBCDIC DBCS that is being truncated, one segment at a time.
WrappedEbcdicStringIterator.WrappedEbcdicStringResult  
 

Exception Summary
SecondLevelHelpException  
 

Error Summary
AssertionFailedError Thrown when an assertion failed.
 


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.