com.fernsroth.squashfs.model
Class SFSSquashedFile

java.lang.Object
  extended by com.fernsroth.squashfs.model.BaseFile
      extended by com.fernsroth.squashfs.model.SFSFile
          extended by com.fernsroth.squashfs.model.SFSSquashedFile

public class SFSSquashedFile
extends SFSFile

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
SFSSquashedFile(java.lang.String name, int mode, long mTime, long guid, long uid, long start, int blocks, long offset, long blockPtr, squashfs_fragment_entry fragmentEntry, long fragmentBytes)
          constructor.
 
Method Summary
 long getBlockPtr()
           
 int getBlocks()
           
 long getFragmentBytes()
           
 squashfs_fragment_entry getFragmentEntry()
           
 long getOffset()
           
 long getStart()
           
 
Methods inherited from class com.fernsroth.squashfs.model.BaseFile
getGuid, getMode, getMTime, getName, getUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFSSquashedFile

public SFSSquashedFile(java.lang.String name,
                       int mode,
                       long mTime,
                       long guid,
                       long uid,
                       long start,
                       int blocks,
                       long offset,
                       long blockPtr,
                       squashfs_fragment_entry fragmentEntry,
                       long fragmentBytes)
constructor.

Parameters:
name - the name of the file.
mode - the mode.
mTime - the modify time.
guid - the group id.
uid - the user id.
start -
blocks -
offset -
blockPtr -
fragmentEntry -
fragmentBytes -
Method Detail

getBlockPtr

public long getBlockPtr()
Returns:
the blockPtr

getBlocks

public int getBlocks()
Returns:
the blocks

getOffset

public long getOffset()
Returns:
the offset

getStart

public long getStart()
Returns:
the start

getFragmentEntry

public squashfs_fragment_entry getFragmentEntry()
Returns:
the fragment entry.

getFragmentBytes

public long getFragmentBytes()
Returns:
number of fragment bytes.


Copyright © 2006 null. All Rights Reserved.