TrueZIP 6.8.2

de.schlichtherle.io
Interface Entry

All Known Implementing Classes:
ArchiveController, ArchiveFileSystem, ArchiveFileSystemController, UpdatingArchiveController

interface Entry

A package private interface with some useful constants for archive entry names. Public classes must not implement this interface - otherwise the constants become part of the public API.

Since:
TrueZIP 6.0
Version:
$Id: Entry.java 06f3ba684701 2010/11/04 01:15:55 christian $
Author:
Christian Schlichtherle

Field Summary
static String ROOT_NAME
          Denotes the entry name of the virtual root directory.
static String SEPARATOR
          The entry name separator as a string.
static char SEPARATOR_CHAR
          The entry name separator as a character.
 

Field Detail

SEPARATOR

static final String SEPARATOR
The entry name separator as a string.

See Also:
Constant Field Values

SEPARATOR_CHAR

static final char SEPARATOR_CHAR
The entry name separator as a character.

See Also:
Constant Field Values

ROOT_NAME

static final String ROOT_NAME
Denotes the entry name of the virtual root directory. This name is used as the value of the innerEntryName property if a File instance denotes an archive file.

This constant may be safely used for identity comparison.

See Also:
Constant Field Values

TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.