Supplement – FUJITSU J Adapter Class Generator User Manual

Page 72

Advertising
background image

72 Chapter 5. Adapter Class Reference

read() read
read(byte[]) read-01

java.io.ObjectInput
interface

read(byte[], int, int)

java-io-ObjectInput
class

read-02

read() read
read(byte[]) read-01

java.io.InputStream
class

read(byte[], int, int)

java-io-InputStream
class

read-02

read() read

java.io.ObjectInputStrea
m class

read(byte[], int, int)

java-io-
ObjectInputStream
class

read-02


Note: The way of assigning numbers may be different depending on the order

adapter classes are generated. Use the same generation name management file to

generate adapter classes to be used under the same environment.
Supplement
• These naming rules also apply to class methods.
• Java fields (variables) (class/instance) are associated with COBOL property

methods. The same rules as those for methods also apply to property methods.

• The way of assigning numbers may be different depending on the version of JDK

or J2SDK used for adapter class generation.

Advertising