Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriter
Packages that use StashObjectsWriter
-
Uses of StashObjectsWriter in com.atlassian.confluence.impl.backuprestore.restore.stash
Classes in com.atlassian.confluence.impl.backuprestore.restore.stash that implement StashObjectsWriterModifier and TypeClassDescriptionclass
Implementation of StashObjectsWriter that stores data to the file where each object is stored in the format: 4 bytes: object length (N) N bytes: object itselfConstructors in com.atlassian.confluence.impl.backuprestore.restore.stash with parameters of type StashObjectsWriterModifierConstructorDescriptionImportedObjectsStashImpl
(String name, int iteration, StashObjectsWriter stashObjectsWriter, StashObjectsReader stashObjectsReader) StashObjectsReaderImpl
(StashObjectsWriter stashObjectsWriter, StashObjectsSerialiser stashObjectsSerialiser, File file) StashObjectsReaderImpl
(StashObjectsWriter stashObjectsWriter, StashObjectsSerialiser stashObjectsSerialiser, File file, IOFriendlyFunction<File, FileInputStream> fileInputStreamFunction)