TrueZIP Kernel 7.0-rc1

Uses of Class
de.schlichtherle.truezip.entry.Entry.Access

Packages that use Entry.Access
de.schlichtherle.truezip.entry Essential interfaces and classes for entries and containers in (possibly federated virtual) file systems. 
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
de.schlichtherle.truezip.fs.archive Provides acces to archive files as if they were just directories. 
de.schlichtherle.truezip.socket Provides I/O sockets to address and resolve targets for I/O operations. 
 

Uses of Entry.Access in de.schlichtherle.truezip.entry
 

Methods in de.schlichtherle.truezip.entry that return Entry.Access
static Entry.Access Entry.Access.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Entry.Access[] Entry.Access.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.schlichtherle.truezip.entry with parameters of type Entry.Access
 long Entry.getTime(Entry.Access type)
          Returns the last access time of this entry.
 long DecoratingEntry.getTime(Entry.Access type)
           
 

Uses of Entry.Access in de.schlichtherle.truezip.fs
 

Methods in de.schlichtherle.truezip.fs with parameters of type Entry.Access
 long FsDecoratingEntry.getTime(Entry.Access type)
           
 

Method parameters in de.schlichtherle.truezip.fs with type arguments of type Entry.Access
 boolean FsFederatingController.setTime(FsEntryName name, BitField<Entry.Access> types, long value)
           
 boolean FsDecoratingController.setTime(FsEntryName name, BitField<Entry.Access> types, long value)
           
abstract  boolean FsController.setTime(FsEntryName name, BitField<Entry.Access> types, long value)
           
 boolean FsConcurrentController.setTime(FsEntryName name, BitField<Entry.Access> types, long value)
           
 

Uses of Entry.Access in de.schlichtherle.truezip.fs.archive
 

Methods in de.schlichtherle.truezip.fs.archive with parameters of type Entry.Access
(package private)  boolean FsDefaultArchiveController.autoSync(FsEntryName name, Entry.Access intention)
           
(package private) abstract  boolean FsArchiveController.autoSync(FsEntryName name, Entry.Access intention)
          Synchronizes the archive file only if the archive file has new data for the file system entry with the given path path.
 boolean FsArchiveEntry.setTime(Entry.Access type, long value)
          Sets the last access time of this archive entry.
 

Method parameters in de.schlichtherle.truezip.fs.archive with type arguments of type Entry.Access
 boolean FsReadOnlyArchiveFileSystem.setTime(FsEntryName path, BitField<Entry.Access> types, long value)
           
 boolean FsArchiveFileSystem.setTime(FsEntryName name, BitField<Entry.Access> types, long value)
           
 boolean FsArchiveController.setTime(FsEntryName name, BitField<Entry.Access> types, long value)
           
 

Uses of Entry.Access in de.schlichtherle.truezip.socket
 

Methods in de.schlichtherle.truezip.socket with parameters of type Entry.Access
 long ByteArrayIOEntry.getTime(Entry.Access type)
           
 


TrueZIP Kernel 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.