Package adams.flow.transformer.appendarchive
-
Interface Summary Interface Description ArchiveObjectAppender Interface for classes that append objects to archives. -
Class Summary Class Description AbstractArchiveObjectAppender Ancestor for classes that append objects to compressed archives.BytesObjectAppender Adds byte arrays to the archive.SerializedObjectAppender Serializes objects and adds them to the archive.StringObjectAppender Adds text (ie strings) to the archive.