nxpk
index
/home/andrew/Projects/nxpak/src/nxpk/nxpk.so

 
Functions
       
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

 
Data
        FILE_ISRELOCATABLE = 32
FILE_NOPRESERVE_LINK = 512
FILE_NOPRESERVE_PERM = 256
FILE_PRESERVE_ATIME = 16
FILE_PRESERVE_GID = 2
FILE_PRESERVE_GID_NAME = 8
FILE_PRESERVE_MTIME = 128
FILE_PRESERVE_PERM = 64
FILE_PRESERVE_UID = 1
FILE_PRESERVE_UID_NAME = 4
INFO_CARRAY = 7
INFO_HTML = 8
INFO_INTARRAY = 6
INFO_LICENSE = 4
INFO_NULL = 0
INFO_PNG = 5
INFO_TEXT = 1
INFO_URL = 3
NX_PKT_DIR = 2
NX_PKT_DUMMY = 0
NX_PKT_FILE = 1
NX_PKT_INFO = 3