Chapter 8: File and Network Access Using Java

This chapter describes and provides examples of file and network access using Java.

Adaptive Server supports both file and network I/O capabilities using java.io, java.net, and java.nio packages.

NoteIf both file and network I/O are streaming large text documents in and out of the server, you may need to increase the amount of memory available to the JVM. If you are handling large documents, you may need to increase the value of the pci memory size configuration parameter to accommodate larger memory requirements. See “The PCI memory pool”.