|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.coyotegulch.itzam.Itzam
public class Itzam
A collection of general-purpose functions and values used throughout the Itzam/Java package.
| Field Summary | |
|---|---|
static java.lang.String |
ABOUT
Text that describes the purpose of Itzam/Java. |
static long |
ITZAM_NULL_REF
A file reference (position) the doesn't point to anything, used to mark empty list entries or to indicate that a record was not found. |
static java.lang.String |
LICENSE
"GNU Public License", the license governing the distribution and use of Jisp. |
static java.lang.String |
VERSION
Version number string. |
| Constructor Summary | |
|---|---|
Itzam()
|
|
| Method Summary | |
|---|---|
static java.nio.ByteBuffer |
getBufferFor(Itzamable object)
Retrieves an appropriately-sized buffer for the reading an instance of the given object. |
static void |
main(java.lang.String[] args)
The main function, run from itzam.jar to display version number and license. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ABOUT
public static final long ITZAM_NULL_REF
public static final java.lang.String LICENSE
public static final java.lang.String VERSION
| Constructor Detail |
|---|
public Itzam()
| Method Detail |
|---|
public static java.nio.ByteBuffer getBufferFor(Itzamable object)
object - The object for which a buffer is required.
public static void main(java.lang.String[] args)
args - Program arguments (ignored)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||