| |
- CreateDirectory(...)
- Create a directory packet with the information as specified.
- CreatePackage(...)
- Create a nxpak package file opened for writing.
- DumpPacket(...)
- Prints out all header information about a packet.
- InfoCreatePacketHtml(...)
- Creates an information packet of type html.
- InfoCreatePacketIntArray(...)
- Create an information packet from an integer list.
- InfoCreatePacketPng(...)
- Creates an information packet of type png.
- InfoCreatePacketText(...)
- Creates an information packet of type text.
- InfoCreatePacketUrl(...)
- Creates an information packet of type url.
- InfoGrabIntArray(...)
- Grabs information from an info packet.
- InfoGrabString(...)
- Grabs information from an info packet
- InfoPacketType(...)
- Grabs information packet type.
- OpenPackage(...)
- Opens a nxpak package file for reading.
- PacketRef(...)
- Given a read package file as the first arg, and a reference as the second, returns the Packet specified by the reference.
- PacketType(...)
- Grabs type information on a packet.
- PacketsRead(...)
- Returns the number of packets in a nxpk package
- PktFromDir(...)
- Creates a packet from a directory
- PktFromFile(...)
- Create a packet from the given file
- WritePacket(...)
- Write a packet to the package
- WritePacketToFile(...)
- Format: WritePacketFile(packet, refnum, path, cflags, pflags)
- finish(...)
- Finish package system
- initialize(...)
- Initialize package system
- md5sum(...)
- Returns an md5string
|