com.fernsroth.squashfs
Class SquashFSWriter

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

public final class SquashFSWriter
extends java.lang.Object

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
SquashFSWriter(Manifest manifest, DataProvider dataProvider)
          constructor.
 
Method Summary
static void setSystem(SquashFSSystem system)
           
 void write(com.fernsroth.easyio.IRandomAccessSource randDest)
          writes the directory to the destination file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquashFSWriter

public SquashFSWriter(Manifest manifest,
                      DataProvider dataProvider)
constructor.

Parameters:
manifest - the manifest.
dataProvider - the data provider.
Method Detail

write

public void write(com.fernsroth.easyio.IRandomAccessSource randDest)
           throws java.io.IOException,
                  com.fernsroth.easyio.exception.EasyIOException,
                  SquashFSException
writes the directory to the destination file.

Parameters:
dir - the directory to write.
randDest - the destination.
Throws:
java.io.IOException
com.fernsroth.easyio.exception.EasyIOException
com.fernsroth.easyio.exception.EasyIOException
SquashFSException

setSystem

public static void setSystem(SquashFSSystem system)
Parameters:
system - the system to set


Copyright © 2006 null. All Rights Reserved.