|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.resources.QSYSMixedCCSIDHandler
public class QSYSMixedCCSIDHandler
This class handles records of members that have mixed CCSID.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
QSYSMixedCCSIDHandler()
Constructor. |
Method Summary | |
---|---|
protected File |
createFile(IQSYSMember mbr)
Creates a new file. |
List |
process(IQSYSMember member,
List bytesList)
Processes the list of bytes of the given member. |
protected void |
writeHeader(Writer writer,
IQSYSMember mbr)
Writes the header. |
protected void |
writePosition(Writer writer,
int line,
int column)
Writes the position of consecutive SO/SI characters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
Constructor Detail |
---|
public QSYSMixedCCSIDHandler()
Method Detail |
---|
public List process(IQSYSMember member, List bytesList) throws IOException
member
- the member.bytesList
- the list of bytes representing each record of the member.
IOException
- if an I/O error occurs.protected File createFile(IQSYSMember mbr) throws IOException
mbr
- the member.
IOException
- if an I/O error occurs.protected void writeHeader(Writer writer, IQSYSMember mbr) throws IOException
writer
- the writer.mbr
- the member.
IOException
- if an I/O error occurs.protected void writePosition(Writer writer, int line, int column) throws IOException
writer
- the writer.line
- the line.column
- the column.
IOException
- if an I/O error occurs.
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |