org.apache.aries.unittest.fixture
Class ArchiveFixture.IStreamFixture
java.lang.Object
org.apache.aries.unittest.fixture.ArchiveFixture.AbstractFixture
org.apache.aries.unittest.fixture.ArchiveFixture.IStreamFixture
- All Implemented Interfaces:
- ArchiveFixture.Fixture
- Enclosing class:
- ArchiveFixture
public static class ArchiveFixture.IStreamFixture
- extends ArchiveFixture.AbstractFixture
Method Summary |
void |
writeOut(OutputStream out)
Write the physical representation of the fixture to the given OutputStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveFixture.IStreamFixture
protected ArchiveFixture.IStreamFixture(ArchiveFixture.ZipFixture parent,
InputStream input)
throws IOException
- Throws:
IOException
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.