| Package | Description |
|---|---|
| com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
| Modifier and Type | Method | Description |
|---|---|---|
SpooledFile |
SpooledFile.copy(OutputQueue outputQueue) |
Creates a copy of the spooled file this object represents.
|
void |
SpooledFile.move(OutputQueue targetOutputQueue) |
Moves the spooled file to another output queue.
|
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.