com.fernsroth.squashfs
Class SquashFSManifest

java.lang.Object
  extended by com.fernsroth.squashfs.SquashFSManifest

public class SquashFSManifest
extends java.lang.Object

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
SquashFSManifest()
           
 
Method Summary
static Manifest load(java.io.InputStream manifestInput, java.io.File rootDirectory)
          loads a manifest file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquashFSManifest

public SquashFSManifest()
Method Detail

load

public static Manifest load(java.io.InputStream manifestInput,
                            java.io.File rootDirectory)
                     throws SquashFSException,
                            java.io.IOException
loads a manifest file.

Parameters:
manifestInput - the manifest input.
rootDirectory - the root directory.
Returns:
the loaded manifest.
Throws:
SquashFSException
java.io.IOException


Copyright © 2006 null. All Rights Reserved.