com.ibm.as400.access
Class IFSKey

java.lang.Object
  |
  +--com.ibm.as400.access.IFSKey
All Implemented Interfaces:
java.io.Serializable

public class IFSKey
extends java.lang.Object
implements java.io.Serializable

The IFSKey class represents an opaque handle to a byte lock on an integrated file system object. IFSKey objects are constructed by the lock methods of various IFS classes.

See Also:
IFSFileInputStream.lock(int), IFSFileInputStream.unlock(com.ibm.as400.access.IFSKey), IFSFileOutputStream.lock(int), IFSFileOutputStream.unlock(com.ibm.as400.access.IFSKey), IFSRandomAccessFile.lock(int, int), IFSRandomAccessFile.unlock(com.ibm.as400.access.IFSKey), Serialized Form

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait