Package | Description |
---|---|
net.java.truevfs.comp.tardriver |
The archive driver family for TAR files.
|
net.java.truevfs.driver.tar.bzip2 |
Provides a file system driver for accessing the BZIP2 compressed TAR file
format.
|
net.java.truevfs.driver.tar.gzip |
Provides a file system driver for accessing the GZIP compressed TAR file
format.
|
net.java.truevfs.driver.tar.xz |
Provides a file system driver for accessing the XZ compressed TAR file
format.
|
Modifier and Type | Method and Description |
---|---|
TarDriverEntry |
TarOutputService.entry(String name) |
TarDriverEntry |
TarInputService.entry(String name) |
TarDriverEntry |
TarDriver.newEntry(net.java.truecommons.shed.BitField<FsAccessOption> options,
String name,
net.java.truecommons.cio.Entry.Type type,
net.java.truecommons.cio.Entry template) |
TarDriverEntry |
TarDriver.newEntry(String name) |
TarDriverEntry |
TarDriver.newEntry(String name,
TarArchiveEntry template) |
Modifier and Type | Method and Description |
---|---|
net.java.truecommons.cio.InputSocket<TarDriverEntry> |
TarInputService.input(String name) |
Iterator<TarDriverEntry> |
TarOutputService.iterator() |
Iterator<TarDriverEntry> |
TarInputService.iterator() |
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarDriver.newInput(FsModel model,
FsInputSocketSource source) |
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
net.java.truecommons.cio.OutputSocket<TarDriverEntry> |
TarOutputService.output(TarDriverEntry local) |
Modifier and Type | Method and Description |
---|---|
net.java.truecommons.cio.OutputSocket<TarDriverEntry> |
TarOutputService.output(TarDriverEntry local) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarBZip2Driver.newInput(FsModel model,
FsInputSocketSource source) |
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarBZip2Driver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarBZip2Driver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarGZipDriver.newInput(FsModel model,
FsInputSocketSource source) |
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarGZipDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarGZipDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarXZDriver.newInput(FsModel model,
FsInputSocketSource source) |
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarXZDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarXZDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.