| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| de.schlichtherle.truezip.io |
General I/O utilities.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
FsArchiveFileSystem.Splitter
Splits a given path name into its parent path name and base name.
|
| Modifier and Type | Method and Description |
|---|---|
Paths.Splitter |
Paths.Splitter.split(String path)
Splits the given path name into its parent path name and member name,
recognizing platform specific file system roots.
|
static Paths.Splitter |
Paths.split(String path,
char separatorChar,
boolean keepTrailingSeparator)
Equivalent to
return new |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.