Skip navigation links
C E F G I N O R S T 

C

close() - Method in class net.java.truevfs.comp.tardriver.FixedBufferedOutputStream
 
close() - Method in class net.java.truevfs.comp.tardriver.TarInputService
 
close() - Method in class net.java.truevfs.comp.tardriver.TarOutputService
 

E

entry(String) - Method in class net.java.truevfs.comp.tardriver.TarInputService
 
entry(String) - Method in class net.java.truevfs.comp.tardriver.TarOutputService
 

F

FixedBufferedOutputStream - Class in net.java.truevfs.comp.tardriver
Use this class to workaround issues with decorating objects which have delegates which ignore calls to FixedBufferedOutputStream.close() once it has failed before.
FixedBufferedOutputStream(OutputStream, int) - Constructor for class net.java.truevfs.comp.tardriver.FixedBufferedOutputStream
 

G

getAddPaxHeaderForNonAsciiNames() - Method in class net.java.truevfs.comp.tardriver.TarDriver
Returns true if writing PAX headers for non US-ASCII entry names should be supported or not.
getBigNumberMode() - Method in class net.java.truevfs.comp.tardriver.TarDriver
Returns the method to use for writing entries of more than TarConstants.MAXSIZE (8 GiB) size.
getCharset() - Method in class net.java.truevfs.comp.tardriver.TarDriver
getLongFileMode() - Method in class net.java.truevfs.comp.tardriver.TarDriver
Returns the method to use for encoding entry names with TarConstants.NAMELEN or more characters.
getModTime() - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
getPool() - Method in class net.java.truevfs.comp.tardriver.TarDriver
getRedundantContentSupport() - Method in class net.java.truevfs.comp.tardriver.TarDriver
getSize() - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
getSize(Entry.Size) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
getTime(Entry.Access) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
getType() - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 

I

input(String) - Method in class net.java.truevfs.comp.tardriver.TarInputService
 
isPermitted(Entry.Access, Entry.Entity) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
iterator() - Method in class net.java.truevfs.comp.tardriver.TarInputService
 
iterator() - Method in class net.java.truevfs.comp.tardriver.TarOutputService
 

N

net.java.truevfs.comp.tardriver - package net.java.truevfs.comp.tardriver
The archive driver family for TAR files.
newEntry(BitField<FsAccessOption>, String, Entry.Type, Entry) - Method in class net.java.truevfs.comp.tardriver.TarDriver
 
newEntry(String) - Method in class net.java.truevfs.comp.tardriver.TarDriver
 
newEntry(String, TarArchiveEntry) - Method in class net.java.truevfs.comp.tardriver.TarDriver
 
newInput(FsModel, FsInputSocketSource) - Method in class net.java.truevfs.comp.tardriver.TarDriver
 
newOutput(FsModel, FsOutputSocketSink, InputService<TarDriverEntry>) - Method in class net.java.truevfs.comp.tardriver.TarDriver
 

O

output(TarDriverEntry) - Method in class net.java.truevfs.comp.tardriver.TarOutputService
 

R

release() - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 

S

setModTime(long) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
setModTime(Date) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
setPermitted(Entry.Access, Entry.Entity, Boolean) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
setSize(long) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
setSize(Entry.Size, long) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
setTime(Entry.Access, long) - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
 
sink(BitField<FsAccessOption>, FsController, FsNodeName) - Method in class net.java.truevfs.comp.tardriver.TarDriver
Sets FsAccessOption.COMPRESS in options before forwarding the call to controller.
size() - Method in class net.java.truevfs.comp.tardriver.TarInputService
 
size() - Method in class net.java.truevfs.comp.tardriver.TarOutputService
 
source(BitField<FsAccessOption>, FsController, FsNodeName) - Method in class net.java.truevfs.comp.tardriver.TarDriver
Clears FsAccessOption.CACHE in options before forwarding the call to controller.

T

TAR_CHARSET - Static variable in class net.java.truevfs.comp.tardriver.TarDriver
The character set for entry names and comments, which is the default character set.
TarDriver - Class in net.java.truevfs.comp.tardriver
An archive driver for Tape Archive files (TAR).
TarDriver() - Constructor for class net.java.truevfs.comp.tardriver.TarDriver
 
TarDriverEntry - Class in net.java.truevfs.comp.tardriver
An entry in a TAR archive which implements the FsArchiveEntry interface.
TarDriverEntry(String) - Constructor for class net.java.truevfs.comp.tardriver.TarDriverEntry
 
TarDriverEntry(String, TarArchiveEntry) - Constructor for class net.java.truevfs.comp.tardriver.TarDriverEntry
 
TarException - Exception in net.java.truevfs.comp.tardriver
Indicates that there is an issue when reading or writing a TAR file which is specific to the TAR file format.
TarException(String) - Constructor for exception net.java.truevfs.comp.tardriver.TarException
 
TarException(String, Throwable) - Constructor for exception net.java.truevfs.comp.tardriver.TarException
 
TarInputService - Class in net.java.truevfs.comp.tardriver
An input service for reading TAR files.
TarInputService(FsModel, Source, TarDriver) - Constructor for class net.java.truevfs.comp.tardriver.TarInputService
 
TarOutputService - Class in net.java.truevfs.comp.tardriver
An output service for writing TAR files.
TarOutputService(FsModel, Sink, TarDriver) - Constructor for class net.java.truevfs.comp.tardriver.TarOutputService
 
toString() - Method in class net.java.truevfs.comp.tardriver.TarDriverEntry
Returns a string representation of this object for debugging and logging purposes.
C E F G I N O R S T 
Skip navigation links