Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriter
- 
Packages that use StashObjectsWriter Package Description com.atlassian.confluence.impl.backuprestore.restore.stash  - 
- 
Uses of StashObjectsWriter in com.atlassian.confluence.impl.backuprestore.restore.stash
Classes in com.atlassian.confluence.impl.backuprestore.restore.stash that implement StashObjectsWriter Modifier and Type Class Description classStashObjectsWriterImplImplementation 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 StashObjectsWriter Constructor Description ImportedObjectsStashImpl(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) 
 -