|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.Writer
|
+--java.io.OutputStreamWriter
|
+--com.ibm.as400.access.SCS5256Writer
|
+--com.ibm.as400.access.SCS5224Writer
The SCS5224Writer class writes an SCS 5224 data stream to an output stream, translating characters into bytes of the specified CCSID. SCS5224Writer extends the SCS5256Writer and adds support for setting the characters per inch (CPI) and lines per inch (LPI).
SCS5256Writer| Field Summary |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
SCS5224Writer(java.io.OutputStream out)
Deprecated. Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
SCS5224Writer(java.io.OutputStream out,
int ccsid)
Deprecated. Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
SCS5224Writer(java.io.OutputStream out,
int ccsid,
AS400 system)
Constructs a SCS5224Writer. |
|
SCS5224Writer(java.io.OutputStream out,
java.lang.String encoding)
Deprecated. Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| Method Summary | |
void |
setCPI(int cpi)
Sets characters per inch. |
void |
setLPI(int lpi)
Sets lines per inch. |
| Methods inherited from class com.ibm.as400.access.SCS5256Writer |
absoluteHorizontalPosition, absoluteVerticalPosition, carriageReturn, close, endPage, flush, getEncoding, lineFeed, newLine, relativeHorizontalPosition, relativeVerticalPosition, setVerticalFormat, write, write, write, write |
| Methods inherited from class java.io.Writer |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SCS5224Writer(java.io.OutputStream out)
out - An OutputStream.
public SCS5224Writer(java.io.OutputStream out,
int ccsid)
throws java.io.UnsupportedEncodingException
out - An OutputStream.ccsid - The name of the target CCSID to be used.
java.io.UnsupportedEncodingException - If ccsid is invalid.
public SCS5224Writer(java.io.OutputStream out,
int ccsid,
AS400 system)
throws java.io.UnsupportedEncodingException
out - An OutputStream.ccsid - The name of the target CCSID to be used.system - The system.
java.io.UnsupportedEncodingException - If ccsid is invalid.
public SCS5224Writer(java.io.OutputStream out,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException
out - An OutputStream.encoding - The name of the target encoding to be used.
java.io.UnsupportedEncodingException - If encoding is invalid.| Method Detail |
public void setCPI(int cpi)
throws java.io.IOException
cpi - The characters per inch. Valid values are 10 and 15.
java.io.IOException - If an error occurs while communicating
with the AS/400.
public void setLPI(int lpi)
throws java.io.IOException
lpi - The lines per inch. Valid values are 4, 6, 8, 9, and
12.
java.io.IOException - If an error occurs while communicating
with the AS/400.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||