com.fernsroth.squashfs.model
Class SFSSquashedFile
java.lang.Object
com.fernsroth.squashfs.model.BaseFile
com.fernsroth.squashfs.model.SFSFile
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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.