public class SCS5224Writer extends SCS5256Writer
SCS5256Writer
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
setCPI(int cpi)
Sets characters per inch.
|
void |
setLPI(int lpi)
Sets lines per inch.
|
absoluteHorizontalPosition, absoluteVerticalPosition, carriageReturn, close, endPage, flush, getEncoding, lineFeed, newLine, relativeHorizontalPosition, relativeVerticalPosition, setHorizontalFormat, setVerticalFormat, write, write, write, write
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.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 system.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 system.