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

L

l1 - Variable in class de.schlichtherle.truezip.util.ServiceLocator
 
lastIndexNot(String, char, int) - Static method in class de.schlichtherle.truezip.io.Paths.Splitter
 
LazyInputSocket.ProxyInputStream - Class in de.schlichtherle.truezip.socket
Deprecated.
 
LazyInputSocket.ProxyInputStream() - Constructor for class de.schlichtherle.truezip.socket.LazyInputSocket.ProxyInputStream
Deprecated.
 
LazyInputSocket.ProxyReadOnlyFile - Class in de.schlichtherle.truezip.socket
Deprecated.
 
LazyInputSocket.ProxyReadOnlyFile() - Constructor for class de.schlichtherle.truezip.socket.LazyInputSocket.ProxyReadOnlyFile
Deprecated.
 
LazyOutputSocket.ProxyOutputStream - Class in de.schlichtherle.truezip.socket
Deprecated.
 
LazyOutputSocket.ProxyOutputStream() - Constructor for class de.schlichtherle.truezip.socket.LazyOutputSocket.ProxyOutputStream
Deprecated.
 
LEDataOutputStream - Class in de.schlichtherle.truezip.io
An output stream to write data in Little Endian (LE) format.
LEDataOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.io.LEDataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
length - Variable in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
 
length() - Method in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
 
length() - Method in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
 
length() - Method in class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
 
length - Variable in class de.schlichtherle.truezip.rof.IntervalReadOnlyFile
 
length() - Method in class de.schlichtherle.truezip.rof.IntervalReadOnlyFile
 
length() - Method in class de.schlichtherle.truezip.rof.LockReadOnlyFile
 
length() - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
Returns the length of the file in bytes.
length() - Method in class de.schlichtherle.truezip.socket.DisconnectingInputShop.DisconnectingReadOnlyFile
 
length() - Method in class de.schlichtherle.truezip.socket.LazyInputSocket.ProxyReadOnlyFile
Deprecated.
 
limit - Variable in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
 
Link<T> - Interface in de.schlichtherle.truezip.util
A link has a nullable target property.
Link.Type - Enum in de.schlichtherle.truezip.util
A factory for links which defines the terms and conditions for clearing their target.
Link.Type() - Constructor for enum de.schlichtherle.truezip.util.Link.Type
 
Link.Type.Phantom<T> - Class in de.schlichtherle.truezip.util
Adapts its subclass to the Link interface.
Link.Type.Phantom(T, ReferenceQueue<? super T>) - Constructor for class de.schlichtherle.truezip.util.Link.Type.Phantom
 
Link.Type.Soft<T> - Class in de.schlichtherle.truezip.util
Adapts its subclass to the Link interface.
Link.Type.Soft(T, ReferenceQueue<? super T>) - Constructor for class de.schlichtherle.truezip.util.Link.Type.Soft
 
Link.Type.Strong<T> - Class in de.schlichtherle.truezip.util
A strong reference.
Link.Type.Strong(T) - Constructor for class de.schlichtherle.truezip.util.Link.Type.Strong
 
Link.Type.Weak<T> - Class in de.schlichtherle.truezip.util
Adapts its subclass to the Link interface.
Link.Type.Weak(T, ReferenceQueue<? super T>) - Constructor for class de.schlichtherle.truezip.util.Link.Type.Weak
 
links - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.PathLink
 
Links - Class in de.schlichtherle.truezip.util
Static utility methods for links.
Links() - Constructor for class de.schlichtherle.truezip.util.Links
 
local - Variable in class de.schlichtherle.truezip.fs.archive.FsMultiplexedOutputShop.BufferedEntryOutputStream
 
local - Variable in exception de.schlichtherle.truezip.fs.FsResourceOpenException
 
localResources() - Method in class de.schlichtherle.truezip.fs.FsResourceAccountant
Returns the number of closeable resources which have been accounted for by the current thread.
localTarget - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveController.Input
 
lock - Variable in class de.schlichtherle.truezip.fs.FsLockModel
 
lock - Variable in class de.schlichtherle.truezip.fs.FsResourceAccountant
 
lock - Variable in class de.schlichtherle.truezip.io.LockInputStream
The object to synchronize on.
lock - Variable in class de.schlichtherle.truezip.io.LockOutputStream
The object to synchronize on.
lock - Variable in class de.schlichtherle.truezip.rof.LockReadOnlyFile
The object to synchronize on.
lock - Variable in class de.schlichtherle.truezip.socket.LockInputShop
 
lock - Variable in class de.schlichtherle.truezip.socket.LockOutputShop
 
locked(FsLockController.IOOperation<T>, Lock) - Method in class de.schlichtherle.truezip.fs.FsLockController
Tries to call the given consistent operation while holding the given lock.
locking - Variable in class de.schlichtherle.truezip.fs.FsLockController.ThreadUtil
 
LockInputShop<E extends Entry> - Class in de.schlichtherle.truezip.socket
Decorates another input shop to allow concurrent access which is synchronized by a Lock object provided to its constructor.
LockInputShop(InputShop<E>) - Constructor for class de.schlichtherle.truezip.socket.LockInputShop
Constructs a new concurrent input shop.
LockInputShop(InputShop<E>, Lock) - Constructor for class de.schlichtherle.truezip.socket.LockInputShop
Constructs a new concurrent input shop.
LockInputStream - Class in de.schlichtherle.truezip.io
A decorator which protects all access to a shared resource, e.g. an InputShop, via a Lock object.
LockInputStream(InputStream, Lock) - Constructor for class de.schlichtherle.truezip.io.LockInputStream
Constructs a new synchronized input stream.
LockOutputShop<E extends Entry> - Class in de.schlichtherle.truezip.socket
Decorates another output shop to allow concurrent access which is synchronized by a Lock object provided to its constructor.
LockOutputShop(OutputShop<E>) - Constructor for class de.schlichtherle.truezip.socket.LockOutputShop
Constructs a new concurrent output shop.
LockOutputShop(OutputShop<E>, Lock) - Constructor for class de.schlichtherle.truezip.socket.LockOutputShop
Constructs a new concurrent output shop.
LockOutputStream - Class in de.schlichtherle.truezip.io
A decorator which protects all access to a shared resource, e.g. an OutputShop, via a Lock object.
LockOutputStream(OutputStream, Lock) - Constructor for class de.schlichtherle.truezip.io.LockOutputStream
Constructs a new synchronized output stream.
LockReadOnlyFile - Class in de.schlichtherle.truezip.rof
A decorator which protects all access to a shared resource, e.g. an InputShop, via a Lock object.
LockReadOnlyFile(ReadOnlyFile, Lock) - Constructor for class de.schlichtherle.truezip.rof.LockReadOnlyFile
Constructs a new synchronized read only file.
logger - Static variable in class de.schlichtherle.truezip.fs.archive.FsArchiveController
 
logger - Static variable in class de.schlichtherle.truezip.fs.FsCacheController
 
logger - Static variable in class de.schlichtherle.truezip.fs.FsFinalizeController
 
A B C D E F G H I J K L M N O P Q R S T U V W 
TrueZIP Kernel 7.5.1

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