Class FakeZipFactory

  • All Implemented Interfaces:
    ZipFactory

    public class FakeZipFactory
    extends Object
    implements ZipFactory
    ZipFactory implementation that stores only metrics of written data instead of data itsels. It can be useful for tests working with big data sets.
    Author:
    Leonid Bushuev from JetBrains