- path(String) - Method in class de.schlichtherle.truezip.util.UriBuilder
-
Sets the URI path component.
- pathQuery(String) - Method in class de.schlichtherle.truezip.util.UriBuilder
-
Sets the URI path an query components by splitting the given string at
the first occurence of the query separator '?'.
- Paths - Class in de.schlichtherle.truezip.io
-
Static utility methods for path names.
- Paths.Normalizer - Class in de.schlichtherle.truezip.io
-
A normalizer for path names.
- Paths.Normalizer(char) - Constructor for class de.schlichtherle.truezip.io.Paths.Normalizer
-
- Paths.Splitter - Class in de.schlichtherle.truezip.io
-
Splits a given path name into its parent path name and member name.
- Paths.Splitter(char, boolean) - Constructor for class de.schlichtherle.truezip.io.Paths.Splitter
-
Constructs a new splitter.
- pause(long) - Static method in class de.schlichtherle.truezip.util.Threads
-
Uninterruptibly pauses the current thread for the given time interval.
- peek() - Method in class de.schlichtherle.truezip.util.InheritableThreadLocalStack
-
Returns the top element on this stack or null if it's empty.
- peekOrElse(T) - Method in class de.schlichtherle.truezip.util.InheritableThreadLocalStack
-
Returns the nullable top element on this stack unless it's empty,
in which case elze gets returned.
- Pool<R,X extends Exception> - Interface in de.schlichtherle.truezip.util
-
An interface for pooling strategies.
- Pool.Releasable<X extends Exception> - Interface in de.schlichtherle.truezip.util
-
This interface is designed to be used with Pools which enable their
resources to release itself.
- pop() - Method in class de.schlichtherle.truezip.util.InheritableThreadLocalStack
-
Removes and returns the nullable top element on this stack.
- popIf(T) - Method in class de.schlichtherle.truezip.util.InheritableThreadLocalStack
-
Removes and returns the nullable top element on this stack
if it's identical to the given element.
- position() - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
-
- position(long) - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
-
- position() - Method in class de.schlichtherle.truezip.io.DisconnectingSeekableByteChannel
-
- position(long) - Method in class de.schlichtherle.truezip.io.DisconnectingSeekableByteChannel
-
- position() - Method in class de.schlichtherle.truezip.io.SeekableByteBufferChannel
-
- position(long) - Method in class de.schlichtherle.truezip.io.SeekableByteBufferChannel
-
- post(X) - Method in class de.schlichtherle.truezip.io.SequentialIOExceptionBuilder
-
This method is called to post-process the given result of the assembly
after it has been checked out.
- post(X) - Method in class de.schlichtherle.truezip.util.AbstractExceptionBuilder
-
This method is called to post-process the given result of the assembly
after it has been checked out.
- PREFIX - Static variable in class de.schlichtherle.truezip.util.SuffixSet
-
The optional prefix for suffixes, which is 46.
- prefixLength(String, char, boolean) - Static method in class de.schlichtherle.truezip.io.Paths
-
Returns the length of the file system prefix in path.
- printStackTrace(PrintStream) - Method in exception de.schlichtherle.truezip.io.SequentialIOException
-
- printStackTrace(PrintStream, int) - Method in exception de.schlichtherle.truezip.io.SequentialIOException
-
Prints up to
maxExceptions() exceptions in this
chain to the provided
PrintStream.
- printStackTrace(PrintWriter) - Method in exception de.schlichtherle.truezip.io.SequentialIOException
-
- printStackTrace(PrintWriter, int) - Method in exception de.schlichtherle.truezip.io.SequentialIOException
-
Prints up to
maxExceptions() exceptions in this
chain to the provided
PrintStream.
- promote(Object, Class<T>) - Static method in class de.schlichtherle.truezip.util.ServiceLocator
-
Promotes the given object to an instance of the given
type.
- push(T) - Method in class de.schlichtherle.truezip.util.InheritableThreadLocalStack
-
Pushes the given element onto this stack.
- put(Entry.Type, E) - Method in class de.schlichtherle.truezip.fs.FsCovariantEntry
-
Maps the given type to the given entry.