Basics
Guides
API Reference
Basics
Guides
API Reference
[23:14] static extends: object
Module JAR loader class.
[32:14] (extern: com.lehman.aussom.AussomZip) extends: object
The zip object implements zip file compression and decompression.
zip ()
newZip ()
addEntry (string FileNameInZip, object BufferData = null)
Adds a new entry with the provided binary data to the zip object.
FileNameInZip is a string with the file name in the zip.BufferData is a Buffer object with the data to store.This object.setBuffer (object BufferData)
Sets the zip object Buffer with the data provided.
BufferData is a Buffer object to set.This object.getBuffer ()
Gets a Buffer object with the zip binary data.
A Buffer object with the data.getEntries ()
Returns a list of strings with the names of the entries.
A list of strings with the entries.getEntry (string FileNameInZip)
Gets Buffer object of the entry with the provided file name.
A Buffer object with the entry.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.