TrueZIP Kernel 7.1.3
A B C D E F G H I J L M N O P Q R S T U V W 

N

name - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveController.Input
 
name - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveController.Output
 
name - Variable in class de.schlichtherle.truezip.fs.archive.FsCovariantEntry
 
name - Variable in class de.schlichtherle.truezip.fs.FsCachingController.EntryCache
 
name - Variable in class de.schlichtherle.truezip.fs.FsCachingController.Input
 
name - Variable in class de.schlichtherle.truezip.fs.FsCachingController.Output
 
name - Variable in class de.schlichtherle.truezip.fs.FsFederatingController.Input
 
name - Variable in class de.schlichtherle.truezip.fs.FsFederatingController.Output
 
name - Variable in class de.schlichtherle.truezip.socket.ByteArrayIOEntry
 
newArchiveFileSystem(FsArchiveDriver<E>) - Static method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
Returns a new archive file system and ensures its integrity.
newArchiveFileSystem(FsArchiveDriver<E>, EntryContainer<E>, Entry, boolean) - Static method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
Returns a new archive file system which populates its entries from the given archive and ensures its integrity.
newCache(IOPool<?>) - Method in enum de.schlichtherle.truezip.socket.IOCache.Strategy
Returns a new cache.
newController(FsModel, FsController<?>) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
Returns a new thread-safe file system controller for the given mount point and parent file system controller.
newController(FsModel, FsController<?>) - Method in interface de.schlichtherle.truezip.fs.FsCompositeDriver
Returns a new thread-safe file system controller for the mount point of the given file system model and parent file system controller.
newController(FsModel, FsController<?>) - Method in class de.schlichtherle.truezip.fs.FsDefaultDriver
 
newController(FsModel, FsController<?>) - Method in class de.schlichtherle.truezip.fs.FsDriver
Returns a new thread-safe file system controller for the mount point of the given file system model and parent file system controller.
newEntry(String, Entry.Type, Entry) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
newEntry(String, Entry.Type, Entry, BitField<FsOutputOption>) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
Returns a new archive entry for the given name.
newEntryChecked(String, Entry.Type, BitField<FsOutputOption>, Entry) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
Returns a new archive entry.
newEntryUnchecked(String, Entry.Type, BitField<FsOutputOption>, Entry) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
newInputBufferPool(IOCache) - Method in enum de.schlichtherle.truezip.socket.IOCache.Strategy
 
newInputShop(FsModel, InputSocket<?>) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
Creates a new input shop for reading the archive entries for the given model from the given input socket's target.
newInputStream() - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveController.Input
 
newInputStream(FsModel, InputSocket<?>) - Static method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
Returns an input stream obtained from the given socket and wraps a plain IOException in a FileNotFoundException unless it's an FsException.
newInputStream() - Method in class de.schlichtherle.truezip.fs.FsCachingController.EntryCache.ProxyInputSocket
 
newInputStream() - Method in class de.schlichtherle.truezip.fs.FsCachingController.Input
 
newInputStream() - Method in class de.schlichtherle.truezip.fs.FsConcurrentController.Input
 
newInputStream() - Method in class de.schlichtherle.truezip.fs.FsFederatingController.Input
 
newInputStream() - Method in class de.schlichtherle.truezip.fs.FsStatisticsController.Input
 
newInputStream() - Method in class de.schlichtherle.truezip.socket.ByteArrayIOEntry.ByteArrayInputSocket
 
newInputStream() - Method in class de.schlichtherle.truezip.socket.DecoratingInputSocket
 
newInputStream() - Method in class de.schlichtherle.truezip.socket.InputSocket
Returns a new input stream for reading bytes from the local target.
newInputStream() - Method in class de.schlichtherle.truezip.socket.IOCache.Buffer.BufferInputSocket
 
newInputStream() - Method in class de.schlichtherle.truezip.socket.IOCache.CacheInputSocket
 
newInputStream() - Method in class de.schlichtherle.truezip.socket.LazyInputSocket
Returns a proxy input stream which acquires its underlying input stream upon the first read access.
newLink(T) - Method in enum de.schlichtherle.truezip.util.Link.Type
Returns a new typed link to the given nullable target.
newLink(T, ReferenceQueue<? super T>) - Method in enum de.schlichtherle.truezip.util.Link.Type
Returns a new typed link to the given nullable target.
newLink(T) - Static method in class de.schlichtherle.truezip.util.Links
Returns a nullable (strong) link to the given target.
newLink(Link.Type, T) - Static method in class de.schlichtherle.truezip.util.Links
Returns a nullable typed link to the given target.
newMap(Object[][]) - Static method in class de.schlichtherle.truezip.fs.spi.FsDriverService
A static factory method for an unmodifiable driver map which is constructed from the given configuration.
newOutputBufferPool(IOCache) - Method in enum de.schlichtherle.truezip.socket.IOCache.Strategy
 
newOutputShop(FsModel, OutputSocket<?>, InputShop<E>) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
Creates a new output shop for writing archive entries for the given model to the given output socket's target.
newOutputStream() - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveController.Output
 
newOutputStream(FsModel, OutputSocket<?>) - Static method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
Returns an output stream obtained from the given socket and wraps a plain IOException in a FileNotFoundException unless it's an FsException.
newOutputStream() - Method in class de.schlichtherle.truezip.fs.FsCachingController.EntryCache.ProxyOutputSocket
 
newOutputStream() - Method in class de.schlichtherle.truezip.fs.FsCachingController.Output
 
newOutputStream() - Method in class de.schlichtherle.truezip.fs.FsConcurrentController.Output
 
newOutputStream() - Method in class de.schlichtherle.truezip.fs.FsFederatingController.Output
 
newOutputStream() - Method in class de.schlichtherle.truezip.fs.FsStatisticsController.Output
 
newOutputStream() - Method in class de.schlichtherle.truezip.socket.ByteArrayIOEntry.ByteArrayOutputSocket
 
newOutputStream() - Method in class de.schlichtherle.truezip.socket.DecoratingOutputSocket
 
newOutputStream() - Method in class de.schlichtherle.truezip.socket.IOCache.Buffer.BufferOutputSocket
 
newOutputStream() - Method in class de.schlichtherle.truezip.socket.IOCache.CacheOutputSocket
 
newOutputStream() - Method in class de.schlichtherle.truezip.socket.LazyOutputSocket
Returns a proxy output stream which acquires its underlying output stream upon the first read access.
newOutputStream() - Method in class de.schlichtherle.truezip.socket.OutputSocket
Returns a new output stream for writing bytes to the local target.
newReadOnlyFile() - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveController.Input
 
newReadOnlyFile(FsModel, InputSocket<?>) - Static method in class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
Returns a read only file obtained from the given socket and wraps a plain IOException in a FileNotFoundException unless it's an FsException.
newReadOnlyFile() - Method in class de.schlichtherle.truezip.fs.FsCachingController.EntryCache.ProxyInputSocket
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.fs.FsCachingController.Input
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.fs.FsConcurrentController.Input
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.fs.FsFederatingController.Input
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.fs.FsStatisticsController.Input
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.socket.ByteArrayIOEntry.ByteArrayInputSocket
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.socket.DecoratingInputSocket
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.socket.InputSocket
Optional: Returns a new read only file for reading bytes from the local target in arbitrary order.
newReadOnlyFile() - Method in class de.schlichtherle.truezip.socket.IOCache.Buffer.BufferInputSocket
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.socket.IOCache.CacheInputSocket
 
newReadOnlyFile() - Method in class de.schlichtherle.truezip.socket.LazyInputSocket
Returns a proxy read only file which acquires its underlying read only file upon the first read access.
newSegmentLinks(int, String, Entry.Type, Entry) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.PathLink
 
newThread(Runnable) - Method in class de.schlichtherle.truezip.io.Streams.InputStreamReaderThreadFactory
 
newURISyntaxException(CharBuffer, String) - Static method in class de.schlichtherle.truezip.util.UriBuilder
 
next() - Method in class de.schlichtherle.truezip.fs.archive.FsMultiplexedArchiveOutputShop.TempEntriesIterator
 
next() - Method in class de.schlichtherle.truezip.util.CanonicalStringSet.CanonicalStringIterator
 
next() - Method in class de.schlichtherle.truezip.util.JointIterator
 
nextElement() - Method in class de.schlichtherle.truezip.util.JointEnumeration
 
NO_INPUT_OPTION - Static variable in class de.schlichtherle.truezip.fs.FsInputOptions
A bit field with no input options set.
NO_OUTPUT_OPTION - Static variable in class de.schlichtherle.truezip.fs.FsOutputOptions
A bit field with no output options set.
noneOf(Class<E>) - Static method in class de.schlichtherle.truezip.util.BitField
Returns a bit field which can contain the given element type and is initially empty.
normalize(String, char) - Static method in class de.schlichtherle.truezip.io.Paths
Equivalent to new Normalizer(separatorChar).
normalize(String) - Method in class de.schlichtherle.truezip.io.Paths.Normalizer
Removes all redundant separators, dot directories (".") and dot-dot directories ("..") from the given path name and returns the result.
normalize(int, int) - Method in class de.schlichtherle.truezip.io.Paths.Normalizer
This is a recursive call: The top level call should provide 0 as the skip parameter, the length of the path as the end parameter and an empty string buffer as the result parameter.
not() - Method in class de.schlichtherle.truezip.util.BitField
 
A B C D E F G H I J L M N O P Q R S T U V W 
TrueZIP Kernel 7.1.3

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.