Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
Modifier and Type | Field and Description |
---|---|
static BitField<Entry.PosixEntity> |
Entry.ALL_POSIX_ENTITIES
A bit field of all enums in
Entry.PosixEntity . |
static BitField<Entry.PosixEntity> |
Entry.NO_POSIX_ENTITIES
A bit field of no enums in
Entry.PosixEntity . |
Modifier and Type | Method and Description |
---|---|
static Entry.PosixEntity |
Entry.PosixEntity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entry.PosixEntity[] |
Entry.PosixEntity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.