net.javamud.run
Interface Writer


public interface Writer

Writes out Storage Objects.

Author:
Timothy Hinchcliffe
Created On:
14 May 2002

Method Summary
 void write(Set storageObjects)
          Has the effect of calling this.write(storageObjects,true);
 void write(Set storageObjects, boolean autoAdd)
          Writes the storage objects to this.os
 

Method Detail

write

public void write(Set storageObjects,
                  boolean autoAdd)
Writes the storage objects to this.os

Parameters:
storageObjects - Set of Storage objects to write
autoAdd - Auto add contents of Storage.archiveQueue to storageObjects?

write

public void write(Set storageObjects)
Has the effect of calling this.write(storageObjects,true);

Parameters:
storageObjects - Set of Storage objects to write