com.fernsroth.squashfs.model.squashfs
Class squashfs_reg_inode_header

java.lang.Object
  extended by com.fernsroth.squashfs.model.squashfs.squashfs_base_inode_header
      extended by com.fernsroth.squashfs.model.squashfs.squashfs_reg_inode_header

public class squashfs_reg_inode_header
extends squashfs_base_inode_header

Author:
Joseph M. Ferner (Near Infinity Corporation)

Field Summary
 java.util.List<java.lang.Long> block_list
          see squashfs_fs.h.
 long file_size
          see squashfs_fs.h.
 long fragment
          see squashfs_fs.h.
 long offset
          see squashfs_fs.h.
 long start_block
          see squashfs_fs.h.
 
Fields inherited from class com.fernsroth.squashfs.model.squashfs.squashfs_base_inode_header
guid, inode_number, inode_type, mode, mtime, uid
 
Constructor Summary
squashfs_reg_inode_header()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_block

public long start_block
see squashfs_fs.h.


fragment

public long fragment
see squashfs_fs.h.


offset

public long offset
see squashfs_fs.h.


file_size

public long file_size
see squashfs_fs.h.


block_list

public java.util.List<java.lang.Long> block_list
see squashfs_fs.h.

Constructor Detail

squashfs_reg_inode_header

public squashfs_reg_inode_header()


Copyright © 2006 null. All Rights Reserved.