Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
int |
IFSJavaFile.compareTo(IFSJavaFile file) |
Compares the paths of two IFSJavaFiles.
|
boolean |
IFSJavaFile.renameTo(IFSJavaFile dest) |
Renames the IFSJavaFile to have the path name of dest.
|
Constructor | Description |
---|---|
IFSFile(AS400 system,
IFSJavaFile directory,
String name) |
Constructs an IFSFile object.
|
IFSFileInputStream(AS400 system,
IFSJavaFile file,
int shareOption) |
Deprecated.
Use IFSFileInputStream(IFSJavaFile, int) instead.
|
IFSFileInputStream(IFSJavaFile file) |
Creates a file input stream to read from the file specified by file.
|
IFSFileInputStream(IFSJavaFile file,
int shareOption) |
Creates a file input stream to read from the file specified by file.
|
IFSFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(IFSJavaFile file) |
Constructs an IFSFileOutputStream object.
|
IFSJavaFile(AS400 system,
IFSJavaFile directory,
String name) |
Creates a new IFSJavaFile instance for the specified system, from a parent abstract pathname and a child pathname string.
|
IFSJavaFile(IFSJavaFile directory,
String name) |
Creates a new IFSJavaFile instance from a parent abstract pathname and a child pathname string.
|
IFSTextFileInputStream(AS400 system,
IFSJavaFile file,
int shareOption) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileInputStream(IFSJavaFile file) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(IFSJavaFile file) |
Constructs an IFSTextFileOutputStream object.
|
Copyright © 2024. All rights reserved.