Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
IFSKey |
IFSFileInputStream.lock(int length) |
Deprecated.
Replaced by
lock(long) |
IFSKey |
IFSFileInputStream.lock(long length) |
Places a lock on the file at the current position for the specified
number of bytes.
|
IFSKey |
IFSFileOutputStream.lock(int length) |
Deprecated.
Replaced by
lock(long) |
IFSKey |
IFSFileOutputStream.lock(long length) |
Places a lock on the file at the current position for the specified number
of bytes.
|
IFSKey |
IFSRandomAccessFile.lock(int offset,
int length) |
Deprecated.
Replaced by
lock(long,long) |
IFSKey |
IFSRandomAccessFile.lock(long offset,
long length) |
Places a lock on the file at the specified bytes.
|
IFSKey |
IFSFileReader.lockBytes(int length) |
Deprecated.
Replaced by
lock(long) |
IFSKey |
IFSFileReader.lockBytes(long length) |
Places a lock on the file at the current position for the specified
number of bytes.
|
IFSKey |
IFSFileWriter.lockBytes(int length) |
Deprecated.
Replaced by
lock(long) |
IFSKey |
IFSFileWriter.lockBytes(long length) |
Places a lock on the file at the current position for the specified
number of bytes.
|
Modifier and Type | Method | Description |
---|---|---|
void |
IFSFileInputStream.unlock(IFSKey key) |
Undoes a lock on this file.
|
void |
IFSFileOutputStream.unlock(IFSKey key) |
Undoes a lock on this file.
|
void |
IFSRandomAccessFile.unlock(IFSKey key) |
Undoes a lock on this file.
|
void |
IFSFileReader.unlockBytes(IFSKey key) |
Undoes a lock on the file.
|
void |
IFSFileWriter.unlockBytes(IFSKey key) |
Undoes a lock on the file.
|
Copyright © 2024. All rights reserved.