com.amx.duet.tools.io
Class ManagedFile

java.lang.Object
  extended byjava.io.File
      extended bycom.amx.duet.tools.io.ManagedFile
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class ManagedFile
extends java.io.File

Since:
AMXTools 1.0.0
Version:
1.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
ManagedFile(java.lang.String sFilePath, long flag)
           
 
Method Summary
 java.io.RandomAccessFile getAccessor()
           
 long getHandle()
           
 long getIOFlag()
           
 long setAccessor(java.lang.String strAccess)
           
 
Methods inherited from class java.io.File
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagedFile

public ManagedFile(java.lang.String sFilePath,
                   long flag)
Parameters:
sFilePath -
flag -
Method Detail

getHandle

public long getHandle()
Returns:

getIOFlag

public long getIOFlag()
Returns:

setAccessor

public long setAccessor(java.lang.String strAccess)
Parameters:
strAccess -
Returns:

getAccessor

public java.io.RandomAccessFile getAccessor()
Returns:


Copyright © 2008 AMX LLC. All Rights Reserved.