1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // Multi-Phasic Applications: SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package cc
.squirreljme
.jvm
.pack
.constants
;
13 * Properties for Jar table of contents.
17 public interface JarTocProperty
19 /** Flags for the property. */
23 /** Hash code of the entry. */
27 /** The name of the resource. */
31 /** The size of the resource name. */
35 /** Offset to the resource data. */
39 /** The size of the resource data. */
43 /** The properties available. */
44 byte NUM_JAR_TOC_PROPERTIES
=