org.apache.aries.unittest.fixture
Class ArchiveFixture.IStreamFixture

java.lang.Object
  extended by org.apache.aries.unittest.fixture.ArchiveFixture.AbstractFixture
      extended by org.apache.aries.unittest.fixture.ArchiveFixture.IStreamFixture
All Implemented Interfaces:
ArchiveFixture.Fixture
Enclosing class:
ArchiveFixture

public static class ArchiveFixture.IStreamFixture
extends ArchiveFixture.AbstractFixture


Constructor Summary
protected ArchiveFixture.IStreamFixture(ArchiveFixture.ZipFixture parent, InputStream input)
           
 
Method Summary
 void writeOut(OutputStream out)
          Write the physical representation of the fixture to the given OutputStream
 
Methods inherited from class org.apache.aries.unittest.fixture.ArchiveFixture.AbstractFixture
end
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveFixture.IStreamFixture

protected ArchiveFixture.IStreamFixture(ArchiveFixture.ZipFixture parent,
                                        InputStream input)
                                 throws IOException
Throws:
IOException
Method Detail

writeOut

public void writeOut(OutputStream out)
              throws IOException
Description copied from interface: ArchiveFixture.Fixture
Write the physical representation of the fixture to the given OutputStream

Throws:
IOException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.