TrueZIP Kernel 7.0-rc1

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

Packages that use Entry.Size
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.Size in de.schlichtherle.truezip.entry
 

Methods in de.schlichtherle.truezip.entry that return Entry.Size
static Entry.Size Entry.Size.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Entry.Size[] Entry.Size.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.Size
 long Entry.getSize(Entry.Size type)
          Returns the size of this entry.
 long DecoratingEntry.getSize(Entry.Size type)
           
 

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

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

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

Methods in de.schlichtherle.truezip.fs.archive with parameters of type Entry.Size
 boolean FsArchiveEntry.setSize(Entry.Size type, long value)
          Sets the size of this archive entry.
 

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

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


TrueZIP Kernel 7.0-rc1

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