Uses of Class
ch.claudio.fat.DirectoryEntry

Packages that use DirectoryEntry
ch.claudio.fat   
 

Uses of DirectoryEntry in ch.claudio.fat
 

Fields in ch.claudio.fat with type parameters of type DirectoryEntry
 java.util.List<DirectoryEntry> Directory.entries
          Entries contained in this directory block.
 

Methods in ch.claudio.fat that return DirectoryEntry
static DirectoryEntry DirectoryEntry.create(byte[] b, int off)
          Create an instance filled from the block.