Class StashObjectsWriterImpl

java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsWriterImpl
All Implemented Interfaces:
StashObjectsWriter

public class StashObjectsWriterImpl extends Object implements StashObjectsWriter
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 itself
Since:
8.1.0