Interface WorkspaceBytesPersistenceProvider

    • Method Detail

      • writeBytes

        void writeBytes​(DataOutputStream stream,
                        Workspace workspace)
        This is automatically called when saving a project file.
        Parameters:
        stream - DataOutputStream stream to write to
        workspace - current workspace being serialized
      • readBytes

        void readBytes​(DataInputStream stream,
                       Workspace workspace)
        This is automatically called when loading a project file.
        Parameters:
        stream - DataInputStream stream to read from
        workspace - current workspace being deserialized