| Package | Description |
|---|---|
| com.codename1.io.tar |
Tar support allowing us to package multiple separate files into a single package which is useful in supporting
hierarchies in a portable way.
|
| Modifier and Type | Method and Description |
|---|---|
TarEntry |
TarInputStream.getNextEntry()
Returns the next entry in the tar file
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TarEntry.equals(TarEntry it) |
boolean |
TarEntry.isDescendent(TarEntry desc) |
void |
TarOutputStream.putNextEntry(TarEntry entry)
Writes the next tar entry header on the stream
|
Copyright © 2023. All rights reserved.