Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OutputQueue.clear(PrintParameterList clearOptions) |
Clears the output queue on the system.
|
PrintObjectInputStream |
SpooledFile.getInputStream(PrintParameterList ppl) |
Returns an input stream that can be used to read the contents of the
spooled file.
|
PrintObjectPageInputStream |
SpooledFile.getPageInputStream(PrintParameterList pageStreamOptions) |
Returns a page input stream that can be used to read the contents of the
spooled file, one page at a time.
|
PrintObjectTransformedInputStream |
SpooledFile.getTransformedInputStream(PrintParameterList transformOptions) |
Returns a transformed input stream that can be used to read the contents of the
spooled file.
|
void |
SpooledFile.sendNet(PrintParameterList sendOptions) |
Sends the spooled file to another user on the same system or to
a remote system on the network.
|
void |
SpooledFile.sendTCP(PrintParameterList sendOptions) |
Sends a spooled file to be printed on a remote system.
|
void |
Printer.setAttributes(PrintParameterList attributes) |
Sets one or more attributes of the object.
|
void |
PrinterFile.setAttributes(PrintParameterList attributes) |
Sets one or more attributes of the object.
|
void |
SpooledFile.setAttributes(PrintParameterList attributes) |
Sets one or more attributes of the object.
|
static WriterJob |
WriterJob.start(AS400 system,
Printer printer,
PrintParameterList options,
OutputQueue outputQueue) |
Starts a writer on the system.
|
Constructor | Description |
---|---|
SpooledFileOutputStream(AS400 system,
PrintParameterList options,
PrinterFile printerFile,
OutputQueue outputQueue) |
Constructs a SpooledFileOutputStream object.
|
Copyright © 2024. All rights reserved.