Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsReader
-
Packages that use StashObjectsReader Package Description com.atlassian.confluence.impl.backuprestore.restore.stash -
-
Uses of StashObjectsReader in com.atlassian.confluence.impl.backuprestore.restore.stash
Classes in com.atlassian.confluence.impl.backuprestore.restore.stash that implement StashObjectsReader Modifier and Type Class Description class
StashObjectsReaderImpl
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 StashObjectsReader Constructor Description ImportedObjectsStashImpl(String name, int iteration, StashObjectsWriter stashObjectsWriter, StashObjectsReader stashObjectsReader)
-