Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReader
Packages that use StashObjectsReader
-
Uses of StashObjectsReader in com.atlassian.confluence.impl.backuprestore.restore.stash
Classes in com.atlassian.confluence.impl.backuprestore.restore.stash that implement StashObjectsReaderModifier and TypeClassDescriptionclass
Implementation of StashObjectsReader that reads data from the file where each object is stored in the format: 4 bytes: object length (N) N bytes: object itself When the end of stash is reached, the stash is closed and the file is removed automatically.Constructors in com.atlassian.confluence.impl.backuprestore.restore.stash with parameters of type StashObjectsReaderModifierConstructorDescriptionImportedObjectsStashImpl
(String name, int iteration, StashObjectsWriter stashObjectsWriter, StashObjectsReader stashObjectsReader)