- randomAccessFileRingBuffer(File, long, boolean) - Static method in class de.unkrig.commons.io.pipe.PipeFactory
-
- randomAccessTempFileRingBuffer(long) - Static method in class de.unkrig.commons.io.pipe.PipeFactory
-
- randomByteProducer(long) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- randomInputStream(long) - Static method in class de.unkrig.commons.io.IoUtil
-
- randomSequence(long) - Static method in class de.unkrig.commons.math.Sequences
-
Produces a periodic sequence of random, but unique Longs with values ranging from 0 to period -
1.
- randomSequence(long, long) - Static method in class de.unkrig.commons.math.Sequences
-
Produces a periodic sequence of random, but unique Longs with values ranging from 0 to period -
1.
- randomSequence(long, long, long) - Static method in class de.unkrig.commons.math.Sequences
-
Produces a periodic sequence of random, but unique Longs with values ranging from min to max - 1.
- rawStringScanner() - Static method in class de.unkrig.commons.text.json.JsonScanner
-
Returns a Java scanner that also produces SPACE and COMMENT tokens.
- rawStringScanner() - Static method in class de.unkrig.commons.text.scanner.JavaScanner
-
Returns a Java scanner that also produces SPACE and COMMENT tokens.
- read() - Method in class de.unkrig.commons.io.ByteFilterInputStream
-
- read(byte[], int, int) - Method in class de.unkrig.commons.io.ByteFilterInputStream
-
- read() - Method in class de.unkrig.commons.io.ConcatInputStream
-
- read(byte[], int, int) - Method in class de.unkrig.commons.io.ConcatInputStream
-
- read() - Method in class de.unkrig.commons.io.CountingInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class de.unkrig.commons.io.CountingInputStream
-
Deprecated.
- read() - Method in class de.unkrig.commons.io.CountingReader
-
- read(char[], int, int) - Method in class de.unkrig.commons.io.CountingReader
-
- read() - Method in class de.unkrig.commons.io.FixedLengthInputStream
-
- read(byte[], int, int) - Method in class de.unkrig.commons.io.FixedLengthInputStream
-
- read() - Method in class de.unkrig.commons.io.MarkableFileInputStream
-
- read(byte[], int, int) - Method in class de.unkrig.commons.io.MarkableFileInputStream
-
- read() - Method in class de.unkrig.commons.io.PercentEncodingInputStream
-
- read(byte[], int, int) - Method in class de.unkrig.commons.io.PercentEncodingInputStream
-
- read(byte[], int, int) - Method in class de.unkrig.commons.io.pipe.AbstractRingBuffer
-
- read(byte[], int, int) - Method in interface de.unkrig.commons.io.pipe.Pipe
-
- read() - Method in class de.unkrig.commons.io.WyeInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class de.unkrig.commons.io.WyeInputStream
-
Deprecated.
- read() - Method in class de.unkrig.commons.io.WyeReader
-
- read(char[], int, int) - Method in class de.unkrig.commons.io.WyeReader
-
- read(InputStream) - Static method in class de.unkrig.commons.net.http.HttpRequest
-
Parses and returns one HTTP request from the given InputStream.
- read(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<HttpRequest, IOException>) - Static method in class de.unkrig.commons.net.http.HttpRequest
-
Reads one HTTP request from in through the multiplexer and passes it to the requestConsumer.
- read(InputStream, String, boolean) - Static method in class de.unkrig.commons.net.http.HttpResponse
-
Constructor for incoming responses.
- read() - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
-
- read(byte[], int, int) - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
-
- read() - Method in class de.unkrig.commons.text.parser.AbstractParser
-
Consumes the next token.
- read(TT) - Method in class de.unkrig.commons.text.parser.AbstractParser
-
Consumes the next token.
- read(String) - Method in class de.unkrig.commons.text.parser.AbstractParser
-
Consumes the next token.
- read(Object...) - Method in class de.unkrig.commons.text.parser.AbstractParser
-
Consumes the next token.
- read() - Method in class de.unkrig.commons.text.StringStream
-
Verifies that the next string is not null, and consumes it.
- read(String) - Method in class de.unkrig.commons.text.StringStream
-
Verifies that the next string equals the given expected string, and consumes it.
- read(Pattern) - Method in class de.unkrig.commons.text.StringStream
-
Verifies that the next string matches the given pattern.
- readAll(InputStream) - Static method in class de.unkrig.commons.io.IoUtil
-
- readAll(InputStream, Charset, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
- readAll(Reader) - Static method in class de.unkrig.commons.io.IoUtil
-
- readAll(Reader, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
- readAllLines(Reader, boolean) - Static method in class de.unkrig.commons.io.LineUtil
-
Reads lines from the given reader until end-of-input.
- readBody(ReadableByteChannel, Multiplexer, RunnableWhichThrows<IOException>) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Reads the body contents of this message into a buffer (depending on the 'Content-Length' and 'Transfer-Encoding'
headers).
- readExternalJavadocs(URL, URL, Map<String, URL>, RootDoc) - Static method in class de.unkrig.commons.doclet.Docs
-
Reads package names from "packageListUrl/package-list" and puts them into the
externalJavadocs map.
- readHeaders(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<List<MessageHeader>, IOException>) - Static method in class de.unkrig.commons.net.http.HttpMessage
-
Reads HTTP headers up to and including the terminating empty line.
- readLine(InputStream) - Static method in class de.unkrig.commons.net.http.HttpMessage
-
- readLine(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<String, IOException>) - Static method in class de.unkrig.commons.net.http.HttpMessage
-
Reads one HTTP request from in through the multiplexer and passes it to the requestConsumer.
- readLineWithSeparator(Reader) - Static method in class de.unkrig.commons.io.LineUtil
-
Similar to
BufferedReader.readLine(), except that
The produced strings
include the line separator
Not only CR, LF and CRLF are recognized as line terminators, but also some other special characters, as
described
here
- readRest() - Method in class de.unkrig.commons.text.StringStream
-
Consumes and returns all remaining elements.
- recursiveCompressedAndArchiveContentsProcessor(Predicate<? super String>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
-
Returns a
ContentsProcessor which processes a stream by feeding it into the
normalContentsProcessor, but automagically detects various archive formats and compression formats (also
nested) and processes the
entries of the archive and the
uncompressed contents instead of the
"raw" contents.
- recursiveCompressedAndArchiveContentsTransformer(Predicate<? super String>, Predicate<? super String>, Glob, FileTransformations.ArchiveCombiner, ContentsTransformer, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
-
Returns a
ContentsTransformer which transforms a stream by feeding it through the
delegate, but
automagically detects various archive formats and compression formats (also nested) and processes the
entries of the archive and the
uncompressed contents instead of the "raw" contents.
- recursiveCompressedAndArchiveFileProcessor(Predicate<? super String>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
-
Returns a
FileProcessor which processes files by feeding their contents through the
delegate
(just like the
FileContentsProcessor), but automagically detects various archive and compression formats
(also nested) and processes the
entries of the archive and the
uncompressed contents instead of
the "raw" contents.
- recursiveCompressedAndArchiveFileTransformer(Predicate<? super String>, Predicate<? super String>, Glob, FileTransformations.ArchiveCombiner, ContentsTransformer, boolean, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
-
Returns a
FileTransformer which transforms files by feeding their contents through the
delegate
(just like the
FileContentsTransformer), but automagically detects various archive and compression
formats (also nested) and processes the
entries of the archive and the
uncompressed contents
instead of the "raw" contents.
- redirect(String) - Static method in class de.unkrig.commons.net.http.HttpResponse
-
- REFERENCE_ARRAY_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- ReflectUtil - Class in de.unkrig.commons.reflect
-
Various java.lang.reflect-related utility methods.
- RegexFlags - Annotation Type in de.unkrig.commons.util.annotation
-
- register(SelectableChannel, int, RunnableWhichThrows<IOException>) - Method in class de.unkrig.commons.io.Multiplexer
-
Executes the given runnable exactly once iff the channel becomes acceptable,
connected, readable and/or writable.
- remove() - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
-
If in equals out ("in-place transformation"), then file in is deleted.
- remove(Object) - Method in class de.unkrig.commons.util.collections.LinearMap
-
- removeBody() - Method in class de.unkrig.commons.net.http.HttpMessage
-
Removes the body from this
HttpMessage for analysis or modification.
- removeFirstFrom(Collection<T>) - Static method in class de.unkrig.commons.util.collections.CollectionUtil
-
Removes and returns the first element of the given collection.
- removeHeader(String) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Remove all headers with the given name.
- rename(File, File) - Static method in class de.unkrig.commons.file.FileUtil
-
- rename(String, String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
-
- rename(String, String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
-
- renameRemoveFileTransformer(Predicate<? super String>, Glob, FileTransformer, boolean) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
-
Wraps the given
delegate in a
FileTransformer which handles removal and renaming of files.
- repeat(int, char) - Static method in class de.unkrig.commons.lang.StringUtil
-
- repeat(int, String) - Static method in class de.unkrig.commons.lang.StringUtil
-
- repeat(T, int) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- repeat(T) - Static method in class de.unkrig.commons.util.collections.IteratorUtil
-
- repeat(int, T) - Static method in class de.unkrig.commons.util.collections.IteratorUtil
-
- replace(String) - Method in class de.unkrig.commons.text.pattern.Glob
-
Iff the
subject matches this
Glob, then a non-null string ist returned; the algorithm that
computes that string depends on the concrete
Glob implementation; the default implementation simply
returns the
subject.
- replace(String) - Method in class de.unkrig.commons.text.pattern.IncludeExclude
-
The subject is transformed by all matching includes, until an exclude matches.
- replaceAll(String, Reader, Pattern, String, Writer) - Static method in class de.unkrig.commons.text.pattern.PatternUtil
-
Reads text from in, replaces all occurrences of pattern with replacement, and
writes the result to out.
- replaceAll(String, Reader, Pattern, PatternUtil.Replacer, Writer, int) - Static method in class de.unkrig.commons.text.pattern.PatternUtil
-
- REPLACEMENT - Static variable in class de.unkrig.commons.text.pattern.Glob
-
Modifies the pattern compilation as follows:
'=' is now a metacharacter, i.e. to include it literally in the pattern, it must be escaped with a backslash.
- replaceSystemProperties(String, Reader, Writer) - Static method in class de.unkrig.commons.text.pattern.PatternUtil
-
Reads text from in, replaces all occurrences of
"${system-property-name}" with the value of the system property, and writes
the result to out.
- requireLoggingProperty(String) - Static method in class de.unkrig.commons.util.logging.LogUtil
-
- reset() - Method in class de.unkrig.commons.io.CountingInputStream
-
Deprecated.
- reset() - Method in class de.unkrig.commons.io.MarkableFileInputStream
-
- reset() - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
-
- response(HttpResponse.Status) - Static method in class de.unkrig.commons.net.http.HttpResponse
-
- response(HttpResponse.Status, String) - Static method in class de.unkrig.commons.net.http.HttpResponse
-
- response(HttpResponse.Status, InputStream) - Static method in class de.unkrig.commons.net.http.HttpResponse
-
- response(HttpResponse.Status, HttpMessage.Body) - Static method in class de.unkrig.commons.net.http.HttpResponse
-
- resultOperandType - Variable in class de.unkrig.commons.asm.OpcodeUtil.InsnDescription
-
The type of the instruction's result operand (or null).
- retrieve(String) - Method in class de.unkrig.commons.net.ftp.FtpClient
-
The caller is responsible for closing the returned InputStream.
- retrieve(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
-
- retrieve(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
-
- reverseIterator(CharSequence) - Static method in class de.unkrig.commons.lang.StringUtil
-
Returns an iterator that produces the characters of the subject in reverse order, from index subject.length() - 1 through index 0.
- reverseList(List<E>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- ReverseProxy - Class in de.unkrig.commons.net
-
A server that accepts connections from clients on a local port/bind address, and, for each accepted connection,
establishes another connection to a remote port/address, and then invokes a
ReverseProxy.ProxyConnectionHandler.
- ReverseProxy(InetSocketAddress, int, InetSocketAddress, Proxy, int, ReverseProxy.ProxyConnectionHandler) - Constructor for class de.unkrig.commons.net.ReverseProxy
-
- ReverseProxy.ProxyConnectionHandler - Interface in de.unkrig.commons.net
-
- ROOT_LOGGER - Static variable in class de.unkrig.commons.util.logging.LogUtil
-
Is Logger.getLogger("").
- run(InputStream, OutputStream) - Method in interface de.unkrig.commons.io.ByteFilter
-
Reads bytes from the given InputStream (up to end-of-input or not), and writes bytes to the given
OutputStream.
- run(Writer) - Method in interface de.unkrig.commons.io.IoUtil.WritingRunnable
-
- run() - Method in class de.unkrig.commons.io.Multiplexer
-
Handles channels and timers; returns never.
- run() - Method in interface de.unkrig.commons.lang.protocol.RunnableWhichThrows
-
"To run" an instance means to call this method and wait until it returns.
- run() - Method in class de.unkrig.commons.net.ftp.FtpReverseProxy
-
- run() - Method in class de.unkrig.commons.net.ftp.FtpServer
-
- run() - Method in class de.unkrig.commons.net.ftp.FtpSession
-
- run() - Method in class de.unkrig.commons.net.http.HttpProxy
-
- run() - Method in class de.unkrig.commons.net.http.HttpServer
-
- run() - Method in class de.unkrig.commons.net.ReverseProxy
-
- run() - Method in class de.unkrig.commons.net.TcpServer
-
- run() - Method in class de.unkrig.commons.net.tool.httpd.Httpd
-
- run() - Method in class de.unkrig.commons.util.WyeConsumer
-
- runInBackground(Runnable, String) - Static method in class de.unkrig.commons.lang.ThreadUtil
-
Execute the given runnable in a background thread
- runInBackground(RunnableWhichThrows<EX>, String) - Static method in class de.unkrig.commons.lang.ThreadUtil
-
- runInForeground(RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.lang.ThreadUtil
-
Executes the given runnable.
- runInForeground(Iterable<R>) - Static method in class de.unkrig.commons.lang.ThreadUtil
-
Runs all but the last of runnables in the background, and the last of runnables in the
foreground.
- RunnableUtil - Class in de.unkrig.commons.lang.protocol
-
Various Runnable-related utility methods.
- RunnableWhichThrows<EX extends java.lang.Exception> - Interface in de.unkrig.commons.lang.protocol
-
- runSequentially(RunnableWhichThrows<EX>, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.lang.protocol.RunnableUtil
-
Runs delegate1, then delegate2 in the current thread.
- runSequentially(Collection<RunnableWhichThrows<EX>>) - Static method in class de.unkrig.commons.lang.protocol.RunnableUtil
-
Runs the given delegates in the current thread, in the order of the collection's iterator.
- Sandbox - Class in de.unkrig.commons.lang.security
-
This class establishes a security manager that confines the permissions for code executed through specific classes,
which may be specified by class, class name and/or class loader.
- save(File) - Method in class de.unkrig.commons.junit4.Files
-
Creates the directory tree in the file system.
- ScanException - Exception in de.unkrig.commons.text.scanner
-
Indicates a problem that occurred when a token was scanned from a document.
- ScanException(String) - Constructor for exception de.unkrig.commons.text.scanner.ScanException
-
- ScanException(Throwable) - Constructor for exception de.unkrig.commons.text.scanner.ScanException
-
- Scanner - Class in de.unkrig.commons.text.expression
-
- scanner - Variable in class de.unkrig.commons.text.parser.AbstractParser
-
The source of tokens that are processed by this parser.
- scanner(StringScanner<TT>, File, Charset) - Static method in class de.unkrig.commons.text.scanner.ScannerUtil
-
- Scanner.TokenType - Enum in de.unkrig.commons.text.expression
-
- ScannerUtil - Class in de.unkrig.commons.text.scanner
-
Various scanner-related utility methods.
- SelectiveContentsProcessor<T> - Class in de.unkrig.commons.file.contentsprocessing
-
- SelectiveContentsProcessor(Predicate<? super String>, ContentsProcessor<T>, ContentsProcessor<T>) - Constructor for class de.unkrig.commons.file.contentsprocessing.SelectiveContentsProcessor
-
- SelectiveContentsTransformer - Class in de.unkrig.commons.file.contentstransformation
-
A
ContentsTransformer that delegates contents transformation to one of two delegates, depending on whether
the
name argument matches a string
Predicate or not.
- SelectiveContentsTransformer(Predicate<? super String>, ContentsTransformer, ContentsTransformer) - Constructor for class de.unkrig.commons.file.contentstransformation.SelectiveContentsTransformer
-
If the namePredicate does not match the node's name, then the delegate is called.
- SelectiveFileProcessor<T> - Class in de.unkrig.commons.file.fileprocessing
-
Passes to a delegate only the files who's path matches a given predicate.
- SelectiveFileProcessor(Predicate<? super String>, FileProcessor<T>, FileProcessor<T>) - Constructor for class de.unkrig.commons.file.fileprocessing.SelectiveFileProcessor
-
- SelectiveFileTransformer - Class in de.unkrig.commons.file.filetransformation
-
A
FileTransformer that feeds the file to the
trueDelegate iff the
path matches a given
Predicate, and otherwise to the
falseDelegate.
- SelectiveFileTransformer(Predicate<? super String>, FileTransformer, FileTransformer) - Constructor for class de.unkrig.commons.file.filetransformation.SelectiveFileTransformer
-
- SelectiveFormatter - Class in de.unkrig.commons.util.logging.formatter
-
A
Formatter calls one of two delegates, depending on the evaluation result of a
LogRecord Predicate.
- SelectiveFormatter(Predicate<? super LogRecord>, Formatter, Formatter) - Constructor for class de.unkrig.commons.util.logging.formatter.SelectiveFormatter
-
- selectServerAlias(X509KeyManager, String) - Static method in class de.unkrig.commons.net.X509Util
-
- Sequences - Class in de.unkrig.commons.math
-
A collection of utility methods related to mathematical sequences.
- SEQUENTIAL_EXECUTOR_SERVICE - Static variable in class de.unkrig.commons.util.concurrent.ConcurrentUtil
-
An ExecutorService which executes callables in the same thread immediately.
- Servlett - Interface in de.unkrig.commons.net.http.servlett
-
An entity that handles HTTP requests, similar to an J22 servlet.
- set(FileTransformer) - Method in class de.unkrig.commons.file.filetransformation.ProxyFileTransformer
-
- set(T) - Method in class de.unkrig.commons.lang.protocol.HardReference
-
Changes the referent.
- setBeginning(PointOfTime) - Method in class de.unkrig.commons.util.time.TimeInterval
-
Changes the beginning of this interval.
- setBody(HttpMessage.Body) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Disposes the current body of this message and adopts the given
HttpMessage.Body object as the new body.
- setClassLoader(ClassLoader) - Method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
- setClassLoader(ClassLoader) - Method in class de.unkrig.commons.text.expression.Parser
-
- setDataConnectionAcceptTimeout(int) - Method in class de.unkrig.commons.net.ftp.FtpClient
-
- setDebug() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
Print all messages (errors, warnings, info, verbose and debug).
- setDebug() - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Shorthand for setLevel(FINE).
- setDelegate(InputStream) - Method in class de.unkrig.commons.io.ProxyInputStream
-
- setDelegate(OutputStream) - Method in class de.unkrig.commons.io.ProxyOutputStream
-
- setDelegate(ConsumerWhichThrows<? super T, ? extends EX>) - Method in class de.unkrig.commons.lang.protocol.ProxyConsumerWhichThrows
-
- setDelegate(Handler) - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
Changes the delegate handler.
- setDuration(Duration) - Method in class de.unkrig.commons.util.time.TimeInterval
-
Changes the duration of this interval.
- setEncoding(String) - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- setEnding(PointOfTime) - Method in class de.unkrig.commons.util.time.TimeInterval
-
Changes the ending of this interval.
- setErr(OutputStream) - Method in class de.unkrig.commons.text.StreamPrinter
-
- setErr(Writer) - Method in class de.unkrig.commons.text.WriterPrinter
-
- setErrorManager(ErrorManager) - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- setFilter(Filter) - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- setFormat(String) - Method in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- setFormatter(Formatter) - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- setFormatter(String) - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Sets the formatter for all three handlers (debug, out and stderr).
- setFormatter(Formatter) - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Sets the formatter for all three handlers (debug, out and stderr).
- setHeader(String, String) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Changes the value of the first header with the given name.
- setHeader(String, int) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Changes the value of the first header with the given name.
- setHeader(String, long) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Changes the value of the first header with the given name.
- setHeader(String, Date) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Changes the value of the first header with the given name.
- setHttpVersion(String) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Changes the HTTP version of this request.
- setImports(String[]) - Method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
- setImports(String[]) - Method in class de.unkrig.commons.text.expression.Parser
-
By default, there is only one import: "java.lang".
- setInput(CharSequence) - Method in class de.unkrig.commons.text.scanner.AbstractScanner
-
- setInput(CharSequence) - Method in interface de.unkrig.commons.text.scanner.StringScanner
-
- setLevel(Level) - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- setLevel(Level) - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Configures the logging of a command-line utility as usual.
- setLocalPortRange(int, int) - Static method in class de.unkrig.commons.net.ftp.DataConnectionProxy
-
Defines the port that will be used for the server socket for all data connection proxies.
- setMethod(HttpRequest.Method) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Changes the HTTP method of this request.
- setName(String) - Method in class de.unkrig.commons.net.http.MessageHeader
-
Changes the header's name.
- setNormal() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
Revert to default settings.
- setNormal() - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Shorthand for setLevel(Level.INFO): Messages of level INFO, i.e.
- setNoWarn() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
Suppress all messages but errors.
- setNoWarn() - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Shorthand for setLevel(Level.WARNING + 1): Messages of levels INFO and WARNING are
suppressed.
- setOut(OutputStream) - Method in class de.unkrig.commons.text.StreamPrinter
-
- setOut(Writer) - Method in class de.unkrig.commons.text.WriterPrinter
-
- setOut(File) - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Sets a Handler which writes messages of levels INFO (inclusive) through WARNING (exclusive) to the given File.
- setOut(Handler) - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Sets the given Handler for messages of levels INFO (inclusive) through WARNING (exclusive).
- setParameter(String, String) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Removes all parameters with the given name and adds another parameter.
- setParameter(String, String[]) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Removes all parameters with the given name and adds another multi-value parameter.
- setParameter(String, String) - Method in class de.unkrig.commons.net.http.ParametrizedHeaderValue
-
Adds the given parameter, or changes the value of an existing parameter with that name.
- setParameterList(Iterable<Map.Entry<String, String>>) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Changes this HTTP request's parameters.
- setQuiet() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
Suppress "normal" output; print only errors and warnings.
- setQuiet() - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Shorthand for setLevel(Level.INFO + 1): Messages of levels Level.INFO, i.e.
- setServlett(Servlett) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
Clears the set of currently registerd
Servletts and registers the given
servlett.
- setServletts(Iterable<Servlett>) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
Clears the set of currently registerd
Servletts and registers the given
servletts.
- setStdout() - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Installs a Handler which writes messages of levels INFO (inclusive) through WARNING (exclusive) to STDOUT.
- setUri(URI) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Changes the URI of this HTTP request.
- setValue(String) - Method in class de.unkrig.commons.net.http.MessageHeader
-
Changes the header's value.
- setVerbose() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
Print all messages (errors, warnings, infos and verbose) except debug.
- setVerbose() - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Shorthand for setLevel(Level.CONFIG): Messages of level CONFIG, i.e.
- SevenZArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz
-
Representation of the '7z' archive format.
- SHORT_ARRAY_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- shutdown() - Method in class de.unkrig.commons.util.concurrent.LinearExecutorService
-
- shutdownNow() - Method in class de.unkrig.commons.util.concurrent.LinearExecutorService
-
- Signature - Class in de.unkrig.commons.asm
-
Utility class for simple handling of class/method descriptors/signatures.
- SIMPLE - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
A simple one-line format:
%5$tF %5$tT.%5$tL %10$-20s %3$2d %8$s%9$s%n
Example:
2012-03-08 10:10:28.515 MyClass 0 Log message #1
2012-03-08 10:10:28.516 MyClass 0 Log message #2
java.io.IOException: Exception message
at pkg.MyClass.main()
- SimpleLogging - Class in de.unkrig.commons.util.logging
-
A utility class that simplifies the usage of Java™'s java.util.logging facility.
- SimpleServlett - Class in de.unkrig.commons.net.http.servlett
-
A very simple servlett that answers all requests with a preconfigured response.
- SimpleServlett(HttpResponse.Status, String, String) - Constructor for class de.unkrig.commons.net.http.servlett.SimpleServlett
-
- size() - Method in class de.unkrig.commons.util.collections.LinearMap
-
- skip(long) - Method in class de.unkrig.commons.io.ConcatInputStream
-
- skip(long) - Method in class de.unkrig.commons.io.CountingInputStream
-
Deprecated.
- skip(long) - Method in class de.unkrig.commons.io.FixedLengthInputStream
-
- skip(long) - Method in class de.unkrig.commons.io.MarkableFileInputStream
-
- skip(long) - Method in class de.unkrig.commons.io.PercentEncodingInputStream
-
- skip(long) - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
-
- SnappyCompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
-
Representation of the (raw) 'snappy' compression format.
- sorted(Collection<T>) - Static method in class de.unkrig.commons.util.collections.CollectionUtil
-
Returns an unmodifiable collection containing the elements of the given collection, but sorted by
their "natural ordering".
- sparingProducer(Producer<? extends T>, Predicate<? super ST>, ST) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
The returned
Producer calls the
delegate iff the
condition returns
true,
otherwise it returns the previous product of the
delegate, or
null iff the delegate has
not yet been called.
- sparingRunnable(Runnable, Predicate<? super ST>, ST) - Static method in class de.unkrig.commons.lang.protocol.RunnableUtil
-
The returned Runnable runs the delegate iff the condition evaluates to true.
- sparingRunnable(Runnable, Producer<? extends Boolean>) - Static method in class de.unkrig.commons.lang.protocol.RunnableUtil
-
The returned Runnable runs the delegate iff the condition produces Boolean.TRUE.
- splice(int, ConsumerWhichThrows<? super List<T>, EX>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
Returns a list of consumers of size n.
- split(ProducerWhichThrows<? extends OutputStream, ? extends IOException>, Producer<? extends Long>) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates and returns an OutputStream which writes at most byteCountLimits.produce() bytes to
delegates.produce() before closing it and writing the next byteCountLimits.produce() bytes to
delegates.produce(), and so on.
- SquadExecutor<T> - Class in de.unkrig.commons.util.concurrent
-
An Executor which executes tasks through a delegate ExecutorService.
- SquadExecutor(ExecutorService) - Constructor for class de.unkrig.commons.util.concurrent.SquadExecutor
-
- Stack<T> - Interface in de.unkrig.commons.util.collections
-
The interface for an (unsynchronized) "stack", which is painfully missing from java.util.
- STANDARD_LINK_MAKER - Static variable in class de.unkrig.commons.doclet.html.Html
-
Implements the strategy of the standard JAVADOC doclet.
- start(InetAddress, InetSocketAddress) - Method in class de.unkrig.commons.net.ftp.DataConnectionProxy
-
Finds a free port on the given local interface and creates a server socket.
- start(int) - Method in class de.unkrig.commons.net.http.NioHttpServer
-
- start(int) - Method in class de.unkrig.commons.net.NioTcpServer
-
Starts this server.
- StatefulScanner<TT extends java.lang.Enum<TT>,S extends java.lang.Enum<S>> - Class in de.unkrig.commons.text.scanner
-
A scanner that produces
Tokens from a character stream.
- StatefulScanner(Class<S>) - Constructor for class de.unkrig.commons.text.scanner.StatefulScanner
-
- StatelessScanner<TT extends java.lang.Enum<TT>> - Class in de.unkrig.commons.text.scanner
-
- StatelessScanner() - Constructor for class de.unkrig.commons.text.scanner.StatelessScanner
-
- staticFieldReference(Class<?>, String) - Method in class de.unkrig.commons.text.expression.Parser
-
- staticMethodInvocation(Class<?>, String, List<T>) - Method in class de.unkrig.commons.text.expression.Parser
-
- StderrHandler - Class in de.unkrig.commons.util.logging.handler
-
A Handler very similar to the ConsoleHandler.
- StderrHandler() - Constructor for class de.unkrig.commons.util.logging.handler.StderrHandler
-
- StdoutHandler - Class in de.unkrig.commons.util.logging.handler
-
A Handler very similar to the ConsoleHandler.
- StdoutHandler() - Constructor for class de.unkrig.commons.util.logging.handler.StdoutHandler
-
- stop() - Method in class de.unkrig.commons.io.Multiplexer
-
- stop() - Method in interface de.unkrig.commons.lang.protocol.Stoppable
-
Returns when this
Stoppable has completely stopped.
- stop() - Method in class de.unkrig.commons.net.ftp.FtpServer
-
- stop() - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
- stop() - Method in class de.unkrig.commons.net.http.HttpProxy
-
- stop() - Method in class de.unkrig.commons.net.http.HttpServer
-
- stop() - Method in class de.unkrig.commons.net.http.NioHttpServer
-
- stop() - Method in class de.unkrig.commons.net.NioTcpServer
-
- stop() - Method in class de.unkrig.commons.net.ReverseProxy
-
- stop() - Method in class de.unkrig.commons.net.TcpServer
-
- stop() - Method in class de.unkrig.commons.net.tool.httpd.Httpd
-
- Stoppable - Interface in de.unkrig.commons.lang.protocol
-
Something that does not terminate by itself, but can be stopped from outside, and then terminates, e.g. a server
of some kind.
- StoppableUtil - Class in de.unkrig.commons.lang.protocol
-
- store() - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
The returned
ConsumerUtil.Produmer simply produces the
last consumed subject, or
null if no subject
has been consumed yet.
- store(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
-
- store(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
-
- StreamHandler - Class in de.unkrig.commons.util.logging.handler
-
A log record handler which writes formatted records to an OutputStream which must be specified through
a ".outputStream" logging property.
- StreamHandler() - Constructor for class de.unkrig.commons.util.logging.handler.StreamHandler
-
No-arg constructor for the LogManager.
- StreamHandler(String) - Constructor for class de.unkrig.commons.util.logging.handler.StreamHandler
-
Single-arg constructor to be used by proxies.
- StreamHandler(OutputStream, boolean, Level, Filter, Formatter, String) - Constructor for class de.unkrig.commons.util.logging.handler.StreamHandler
-
- StreamPrinter - Class in de.unkrig.commons.text
-
A printer that prints its messages to two OutputStreams; by default System.out and System.err.
- StreamPrinter() - Constructor for class de.unkrig.commons.text.StreamPrinter
-
- string(Charset) - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
-
- StrinG(String) - Constructor for class de.unkrig.commons.text.json.Json.StrinG
-
- STRING_BUFFER_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- STRING_BUILDER_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- STRING_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- StringConcatenator - Class in de.unkrig.commons.asm
-
Bytecode generator for StringBuilder-based concatenation of strings.
- StringConcatenator() - Constructor for class de.unkrig.commons.asm.StringConcatenator
-
- stringScanner() - Static method in class de.unkrig.commons.text.expression.Scanner
-
- stringScanner() - Static method in class de.unkrig.commons.text.json.JsonScanner
-
- stringScanner() - Static method in class de.unkrig.commons.text.scanner.JavaScanner
-
- StringScanner<TT extends java.lang.Enum<TT>> - Interface in de.unkrig.commons.text.scanner
-
A scanner which has a notion of an 'offset' where the previously scanned token starts.
- StringStream<EX extends java.lang.Exception> - Class in de.unkrig.commons.text
-
- StringStream(ProducerWhichThrows<? extends String, ? extends EX>) - Constructor for class de.unkrig.commons.text.StringStream
-
- StringStream(ProducerWhichThrows<? extends String, ? extends EX>, String) - Constructor for class de.unkrig.commons.text.StringStream
-
- StringStream.UnexpectedElementException - Exception in de.unkrig.commons.text
-
Indication that a string is not as expected.
- StringUtil - Class in de.unkrig.commons.lang
-
Various java.lang.String-related utility methods.
- submit(Consumer<? super OutputStream>) - Method in class de.unkrig.commons.util.concurrent.ByteStreamSequentializer
-
Data written to the
task's subject will be written to the
delegate after all data written by the
previously submitted tasks, and before the data written by all tasks submitted afterwards.
- submit(ConsumerWhichThrows<? super OutputStream, EX>) - Method in class de.unkrig.commons.util.concurrent.ByteStreamSequentializer
-
- submit(ConsumerWhichThrows<? super ConsumerWhichThrows<? super T, ? extends EX>, ? extends Exception>) - Method in class de.unkrig.commons.util.concurrent.ObjectSequentializer
-
Subjects written to the
task's subject will be written to the
delegate after all subjects written by the
previously submitted tasks, and
before the subjects of all tasks submitted afterwards.
- submit(Runnable) - Method in class de.unkrig.commons.util.concurrent.SquadExecutor
-
Submits a Runnable task for execution.
- submit(Runnable, T) - Method in class de.unkrig.commons.util.concurrent.SquadExecutor
-
Submits a Runnable task for execution.
- submit(Callable<T>) - Method in class de.unkrig.commons.util.concurrent.SquadExecutor
-
Submits a value-returning task for execution.
- subtract(PointOfTime) - Method in class de.unkrig.commons.util.time.PointOfTime
-
- systemPropertyReplacer() - Static method in class de.unkrig.commons.text.pattern.PatternUtil
-
- Tags - Class in de.unkrig.commons.doclet
-
Utility methods related to doclet tags.
- TarArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.tar
-
Representation of the 'tar' archive format.
- TcpClient - Class in de.unkrig.commons.net
-
A very thin wrapper around Socket.Socket(InetAddress, int).
- TcpClient(String, int) - Constructor for class de.unkrig.commons.net.TcpClient
-
- TcpClient(InetAddress, int) - Constructor for class de.unkrig.commons.net.TcpClient
-
Connects to the given address and port.
- TcpServer - Class in de.unkrig.commons.net
-
- TcpServer(InetSocketAddress, int, TcpServer.ConnectionHandler) - Constructor for class de.unkrig.commons.net.TcpServer
-
Creates a (non-secure) server with the specified endpoint and listen backlog.
- TcpServer(InetSocketAddress, int, SSLContext, TcpServer.ConnectionHandler) - Constructor for class de.unkrig.commons.net.TcpServer
-
Creates a secure server with the specified endpoint and listen backlog.
- TcpServer.ConnectionHandler - Interface in de.unkrig.commons.net
-
Represents a TCP connection to a remote peer (e.g. a server or a client).
- tee(OutputStream...) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates and returns an OutputStream that delegates all work to the given delegates:
The write() methods write the given data to all the delegates;
if any of these throw an IOException, it is rethrown, and it is undefined whether all the data was
written to all the delegates.
- tee(ConsumerWhichThrows<? super T, EX>, ConsumerWhichThrows<? super T, EX>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- tee(Consumer<? super T>, Consumer<? super T>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- tee(Collection<ConsumerWhichThrows<? super T, EX>>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- TeeOutputStream - Class in de.unkrig.commons.io
-
- TeeOutputStream(OutputStream, OutputStream) - Constructor for class de.unkrig.commons.io.TeeOutputStream
-
Deprecated.
- temporaryStorage(PipeUtil.FillerAndDrainer) - Static method in class de.unkrig.commons.io.pipe.PipeUtil
-
- temporaryStorage(PipeUtil.Filler, PipeUtil.Drainer) - Static method in class de.unkrig.commons.io.pipe.PipeUtil
-
Creates a temporary
PipeFactory.elasticPipe(), invokes the
filler (which fills the pipe), then
invokes the
drainer (which drains the pipe), and eventually closes the pipe.
- text - Variable in class de.unkrig.commons.text.json.Json.StrinG
-
The (decoded) text of the JSON string.
- text - Variable in class de.unkrig.commons.text.scanner.AbstractScanner.Token
-
The text of this token, exactly as read from the document.
- TextTransformer - Interface in de.unkrig.commons.file.contentstransformation
-
Same as the
ContentsTransformer, but operates on
Readers and
Writers instead of
InputStreams and
OutputStreams.
- ThreadBenchmark - Class in de.unkrig.commons.util
-
Measures real time, cpu time and user time for the current thread.
- ThreadBenchmark() - Constructor for class de.unkrig.commons.util.ThreadBenchmark
-
- ThreadUtil - Class in de.unkrig.commons.lang
-
Various java.lang.Thread-related utility methods.
- throW(EX) - Static method in class de.unkrig.commons.lang.ExceptionUtil
-
Identical with "throw throwable", but has a return type T, so it can be used in an expression.
- THROW_NOT_IDENTICAL - Static variable in interface de.unkrig.commons.file.filetransformation.FileTransformer
-
- throwAssertionError(Object) - Static method in class de.unkrig.commons.lang.ExceptionUtil
-
Identical with "throw new AssertionError(object)", but has a return type T, so it can be used
in an expression.
- throwsSubject() - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- throwUndeclared(Exception) - Static method in class de.unkrig.commons.lang.ExceptionUtil
-
Throws the given Exception, although it does not declare any exceptions.
- TIME_MESSAGE - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
%5$tF %5$tT.%5$tL %8$s%n
Example:
2012-12-31 23:59:59.999 Message
- TimeInterval - Class in de.unkrig.commons.util.time
-
A time interval has an optional beginning, an optional duration and an optional ending.
- TimeInterval(TimeInterval) - Constructor for class de.unkrig.commons.util.time.TimeInterval
-
- TimeInterval() - Constructor for class de.unkrig.commons.util.time.TimeInterval
-
- timer(long, Runnable) - Method in class de.unkrig.commons.io.Multiplexer
-
Registers the given runnable for exactly one execution by this
Multiplexer's
Multiplexer.run() method
when the current time is equal to (or slightly greater than)
expiry.
- TimeTable - Class in de.unkrig.commons.util
-
Represents singular or periodic time events.
- to(Object, Class<T>) - Static method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
Converts the given subject to the given targetType.
- toBoolean(Object) - Static method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
- toDocumentScanner(StringScanner<TT>, Reader) - Static method in class de.unkrig.commons.text.scanner.ScannerUtil
-
Converts the
StringScanner, which reads from a
CharSequence into a
DocumentScanner,
which reads from a
Reader and thinks in "line numbers" and "column numbers").
- toException(HttpURLConnection, Throwable) - Static method in class de.unkrig.commons.net.UrlConnections
-
- toFunction(Properties) - Static method in class de.unkrig.commons.util.PropertiesUtil
-
Returns a function that returns the value of the named property, or null iff that property is not
defined.
- toHyphenSeparated(String) - Static method in class de.unkrig.commons.text.CamelCase
-
Deprecated.
Breaks the string up into words at upper-case letters, and the concatenates the words with hyphens.
- Token(TT, String) - Constructor for class de.unkrig.commons.text.scanner.AbstractScanner.Token
-
- toLowerCamelCase(String) - Static method in class de.unkrig.commons.text.CamelCase
-
Deprecated.
- toLowerCamelCase() - Method in interface de.unkrig.commons.text.Notations.Phrase
-
Converts the first word to lower case, converts the first letter of each following word to upper case, the
rest of the word to lower case, and concatenates the words.
- toLowerCaseHyphenated() - Method in interface de.unkrig.commons.text.Notations.Phrase
-
Converts the words to lower case and concatenates them with "-" as the separator.
- toLowerCaseUnderscored() - Method in interface de.unkrig.commons.text.Notations.Phrase
-
Converts the words to lower case and concatenates them with "_" as the separator.
- toPredicate(Expression, String) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
- toPrimitive(Object, Class<T>) - Static method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
Converts the given subject to the given primitive target type.
- toSeconds() - Method in class de.unkrig.commons.util.time.Duration
-
- toStoppable(Closeable) - Static method in class de.unkrig.commons.lang.protocol.StoppableUtil
-
- toStoppable(Socket) - Static method in class de.unkrig.commons.lang.protocol.StoppableUtil
-
Amazingly, a Socket is not a Closeable, hence we need this special version of "toStoppable()".
- toString(String, String) - Static method in class de.unkrig.commons.asm.Signature
-
Converts a class descriptor / signature into strings like
List<T extends java.lang.Exception>
Notice that the result does not include the accessibility.
- toString(MethodNode) - Static method in class de.unkrig.commons.asm.Signature
-
Converts an ASM method node into strings like
meth(java.lang.String, java.util.Map)}
<T extends java.io.IOException> meth(T, double, java.lang.List<T>)
Notice that the result includes neither the return type nor the accessibility.
- toString(String, String, String) - Static method in class de.unkrig.commons.asm.Signature
-
Converts a method descriptor / signature into strings like
meth(java.lang.String, java.util.Map)
<T extends java.io.IOException>meth(T, double, java.lang.List<T>)
Notice that the result includes neither the return type nor the accessibility.
- toString() - Method in class de.unkrig.commons.file.contentstransformation.SelectiveContentsTransformer
-
- toString() - Method in class de.unkrig.commons.file.fileprocessing.SelectiveFileProcessor
-
- toString() - Method in class de.unkrig.commons.file.filetransformation.DirectoryTransformer
-
- toString() - Method in class de.unkrig.commons.file.filetransformation.SelectiveFileTransformer
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
-
- toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
-
- toString(T, String) - Static method in class de.unkrig.commons.lang.ObjectUtil
-
- toString(Object) - Static method in class de.unkrig.commons.lang.PrettyPrinter
-
An improved version of String.valueOf(Object).
- toString() - Method in class de.unkrig.commons.lang.protocol.Longjump
-
- toString() - Method in interface de.unkrig.commons.lang.protocol.ProducerWhichThrows
-
Returns a human-readable text which describes the origin of the previously produced element, e.g. file name,
line number and column number
- toString() - Method in class de.unkrig.commons.net.http.MessageHeader
-
- toString() - Method in class de.unkrig.commons.net.http.ParametrizedHeaderValue
-
- toString(Object) - Static method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
- toString() - Method in enum de.unkrig.commons.text.expression.Parser.BinaryOperator
-
- toString() - Method in enum de.unkrig.commons.text.expression.Parser.UnaryOperator
-
- toString() - Method in class de.unkrig.commons.text.pattern.IncludeExclude
-
- toString() - Method in class de.unkrig.commons.text.scanner.AbstractScanner.Token
-
- toString() - Method in class de.unkrig.commons.text.scanner.AbstractScanner
-
- toString() - Method in interface de.unkrig.commons.text.scanner.DocumentScanner
-
- toString(Node) - Static method in class de.unkrig.commons.text.xml.XmlUtil
-
The "toString()" method of class Node does not produce very impressing results; this methods
is a plug-in substitute.
- toString() - Method in class de.unkrig.commons.util.time.Duration
-
- toString() - Method in class de.unkrig.commons.util.time.PointOfTime
-
- toString() - Method in class de.unkrig.commons.util.TimeTable
-
- TOTAL_LENGTH_ELLIPSIS - Static variable in class de.unkrig.commons.lang.PrettyPrinter
-
If the length of the output exceeds this threshold (1024), then all remaining array
elements are printed as
"abc"...
- toUpperCamelCase(String) - Static method in class de.unkrig.commons.text.CamelCase
-
Deprecated.
- toUpperCamelCase() - Method in interface de.unkrig.commons.text.Notations.Phrase
-
Converts the first letter of each word to upper case, the rest of each word to lower case, and concatenates
them.
- toUpperCaseHyphenated() - Method in interface de.unkrig.commons.text.Notations.Phrase
-
Converts the words to upper case and concatenates them with "-" as the separator.
- toUpperCaseUnderscored() - Method in interface de.unkrig.commons.text.Notations.Phrase
-
Converts the words to upper case and concatenates them with "_" as the separator.
- toUpperCaseUnderscoreSeparated(String) - Static method in class de.unkrig.commons.text.CamelCase
-
Deprecated.
Converts the camel-case string s into a capitalized string with words separated with underscores.
- transferFrom(ReadableByteChannel, long) - Method in class de.unkrig.commons.io.FileBufferedChannel
-
???
- transform(String, InputStream, OutputStream) - Method in interface de.unkrig.commons.file.contentstransformation.ContentsTransformer
-
Reads bytes from is (typically until end-of-input) and writes bytes to os.
- transform(String, InputStream, OutputStream) - Method in class de.unkrig.commons.file.contentstransformation.SelectiveContentsTransformer
-
If the namePredicate does not match the name, then the delegate is called with
arguments is and os.
- transform(String, Reader, Writer) - Method in interface de.unkrig.commons.file.contentstransformation.TextTransformer
-
Reads characters from reader (typically until end-of-input) and writes characters to writer.
- transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.DirectoryTransformer
-
If in is not a directory, then the regularFileTransformer is invoked.
- transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.FileContentsTransformer
-
Opens the
in file for reading, opens the
out file for writing, reads the contents, feeds it
through the given
ContentsTransformer, and writes it to the
out file.
- transform(String[], FileTransformer, FileTransformer.Mode, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
-
Transforms a set of files based on an array of strings, similar to many UNIX™ command line tools.
- transform(String, File, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.FileTransformer
-
Creates the file out, based on the file in.
- transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.ProxyFileTransformer
-
- transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.SelectiveFileTransformer
-
- transform(I) - Method in interface de.unkrig.commons.lang.protocol.Transformer
-
Transforms a (non-null) object of type I into a (non-null) object of type O.
- transform(I) - Method in interface de.unkrig.commons.lang.protocol.TransformerWhichThrows
-
Transforms a (non-null) object of type I into a (non-null) object of type O.
- transform(Iterable<? extends I>, Transformer<I, O>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
Returns an iterable which contains the transformed elements of the delegate
- transform(Iterator<? extends I>, Transformer<? super I, O>) - Static method in class de.unkrig.commons.util.collections.IteratorUtil
-
Returns an iterator which iterates the transformed elements of the delegate
- transformArchive(String, ArchiveInputStream, ArchiveOutputStream, Predicate<? super String>, Glob, ContentsTransformer, FileTransformations.ArchiveCombiner, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
-
Transforms the given archiveInputStream into the given archiveOutputStream, honoring the given
archiveEntryRemoval, archiveEntryRenaming and archiveEntryAddition, and using the given
contentsTransformer.
- Transformer<I,O> - Interface in de.unkrig.commons.lang.protocol
-
An entity that transforms "input objects" into "output objects".
- TransformerUtil - Class in de.unkrig.commons.lang.protocol
-
- TransformerWhichThrows<I,O,EX extends java.lang.Throwable> - Interface in de.unkrig.commons.lang.protocol
-
- TreeComparator<N extends TreeComparator.Node<N>,EX extends java.lang.Exception> - Class in de.unkrig.commons.util
-
Recursively compares two trees of nodes.
- TreeComparator() - Constructor for class de.unkrig.commons.util.TreeComparator
-
- TreeComparator.Node<N extends TreeComparator.Node<N>> - Interface in de.unkrig.commons.util
-
The superinterface for leaf nodes and non-leaf nodes.
- TRUE - Static variable in interface de.unkrig.commons.text.expression.Expression
-
An expression which always evaluates to true.
- True() - Constructor for class de.unkrig.commons.text.json.Json.True
-
- type - Variable in class de.unkrig.commons.text.scanner.AbstractScanner.Token
-
The type of this token.
- TYPE_COMPARATOR - Static variable in class de.unkrig.commons.doclet.Docs
-
Compares two Types.
- Types - Class in de.unkrig.commons.asm
-
Constants and helper methods for ASM's Type.
- Types - Class in de.unkrig.commons.doclet
-
Helper functionality related to doclet Types.
- value - Variable in class de.unkrig.commons.text.json.Json.Member
-
The value of the member.
- value - Variable in class de.unkrig.commons.text.json.Json.NumbeR
-
The value of the JSON number; either a Long or a Double.
- valueOf(String) - Static method in enum de.unkrig.commons.file.filetransformation.FileTransformer.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.unkrig.commons.net.http.HttpRequest.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.unkrig.commons.net.http.HttpResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.unkrig.commons.text.expression.Parser.BinaryOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.unkrig.commons.text.expression.Parser.UnaryOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.unkrig.commons.text.expression.Scanner.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.unkrig.commons.text.json.JsonScanner.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.unkrig.commons.text.scanner.JavaScanner.TokenType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.unkrig.commons.file.filetransformation.FileTransformer.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.unkrig.commons.net.http.HttpRequest.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.unkrig.commons.net.http.HttpResponse.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.unkrig.commons.text.expression.Parser.BinaryOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.unkrig.commons.text.expression.Parser.UnaryOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.unkrig.commons.text.expression.Scanner.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.unkrig.commons.text.json.JsonScanner.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.unkrig.commons.text.scanner.JavaScanner.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesEqual(Object, Object) - Method in class de.unkrig.commons.util.collections.IdentityLinearMap
-
- valuesEqual(Object, Object) - Method in class de.unkrig.commons.util.collections.LinearMap
-
- variableReference(String) - Method in class de.unkrig.commons.text.expression.Parser
-
- verbose(String, Object...) - Method in class de.unkrig.commons.text.AbstractPrinter
-
- verbose(String) - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- verbose(String) - Method in interface de.unkrig.commons.text.Printer
-
Prints a verbose message.
- verbose(String, Object...) - Method in interface de.unkrig.commons.text.Printer
-
Prints a verbose message.
- verbose(String) - Static method in class de.unkrig.commons.text.Printers
-
Prints a verbose message on the context printer.
- verbose(String, Object...) - Static method in class de.unkrig.commons.text.Printers
-
Prints a verbose message on the context printer.
- verbose(String) - Method in class de.unkrig.commons.text.StreamPrinter
-
- verbose(String) - Method in class de.unkrig.commons.text.WriterPrinter
-
- visit(Json.StrinG) - Method in interface de.unkrig.commons.text.json.Json.ValueVisitor
-
- visit(Json.NumbeR) - Method in interface de.unkrig.commons.text.json.Json.ValueVisitor
-
- visit(Json.ObjecT) - Method in interface de.unkrig.commons.text.json.Json.ValueVisitor
-
- visit(Json.Array) - Method in interface de.unkrig.commons.text.json.Json.ValueVisitor
-
- visit(Json.True) - Method in interface de.unkrig.commons.text.json.Json.ValueVisitor
-
- visit(Json.False) - Method in interface de.unkrig.commons.text.json.Json.ValueVisitor
-
- visit(Json.Null) - Method in interface de.unkrig.commons.text.json.Json.ValueVisitor
-
- visit(Json.StrinG) - Method in class de.unkrig.commons.text.json.JsonUnparseVisitor
-
- visit(Json.NumbeR) - Method in class de.unkrig.commons.text.json.JsonUnparseVisitor
-
- visit(Json.ObjecT) - Method in class de.unkrig.commons.text.json.JsonUnparseVisitor
-
- visit(Json.Array) - Method in class de.unkrig.commons.text.json.JsonUnparseVisitor
-
- visit(Json.True) - Method in class de.unkrig.commons.text.json.JsonUnparseVisitor
-
- visit(Json.False) - Method in class de.unkrig.commons.text.json.JsonUnparseVisitor
-
- visit(Json.Null) - Method in class de.unkrig.commons.text.json.JsonUnparseVisitor
-
- visitEnd(String, File, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.DirectoryMembersTransformer
-
This method is invoked after the last member of the directory.
- visitMember(String, File, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.DirectoryMembersTransformer
-
This method is invoked for each member of the directory.
- warn(String, Object...) - Method in class de.unkrig.commons.text.AbstractPrinter
-
- warn(String) - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- warn(String) - Method in interface de.unkrig.commons.text.Printer
-
Prints a warning condition.
- warn(String, Object...) - Method in interface de.unkrig.commons.text.Printer
-
Prints a warning condition.
- warn(String) - Static method in class de.unkrig.commons.text.Printers
-
Prints a warning condition on the context printer.
- warn(String, Object...) - Static method in class de.unkrig.commons.text.Printers
-
Prints a warning condition on the context printer.
- warn(String) - Method in class de.unkrig.commons.text.StreamPrinter
-
- warn(String) - Method in class de.unkrig.commons.text.WriterPrinter
-
- WARNING_PLUS_1 - Static variable in class de.unkrig.commons.util.logging.LogUtil
-
A Level one higher (towards Level.SEVERE) than Level.WARNING.
- widen(ConsumerWhichThrows<? super T, ? extends EX>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- widen2(ConsumerWhichThrows<? super T, ? extends RuntimeException>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- WILDCARD - Static variable in class de.unkrig.commons.text.pattern.Pattern2
-
Modifies the pattern compilation as follows:
The meaning of the '*' and '?'
- withPrinter(Printer, Runnable) - Static method in class de.unkrig.commons.text.Printers
-
Replaces the context printer with the given printer while the runnable is running.
- withPrinter(Printer, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.text.Printers
-
Replaces the context printer with the given printer while the runnable is running.
- wrap(String, T) - Static method in class de.unkrig.commons.lang.ExceptionUtil
-
Wraps a given 'cause' in another throwable of the same type, with a detail message composed from prefix, a colon, a space, and the cause.
- wrap(String, Throwable, Class<T>) - Static method in class de.unkrig.commons.lang.ExceptionUtil
-
Wraps a given 'cause' in another throwable of the given wrapper class type, with a detail message composed
from prefix, a colon, a space, and the cause.
- write(int) - Method in class de.unkrig.commons.io.AsyncBufferedOutputStream
-
- write(byte[], int, int) - Method in class de.unkrig.commons.io.AsyncBufferedOutputStream
-
- write(int) - Method in class de.unkrig.commons.io.CountingOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class de.unkrig.commons.io.CountingOutputStream
-
Deprecated.
- write(ByteBuffer) - Method in class de.unkrig.commons.io.FileBufferedChannel
-
- write(int) - Method in class de.unkrig.commons.io.FixedLengthOutputStream
-
- write(byte[], int, int) - Method in class de.unkrig.commons.io.FixedLengthOutputStream
-
- write(int) - Method in class de.unkrig.commons.io.HexOutputStream
-
- write(int) - Method in class de.unkrig.commons.io.PercentEncodingOutputStream
-
- write(byte[], int, int) - Method in class de.unkrig.commons.io.pipe.AbstractRingBuffer
-
- write(byte[], int, int) - Method in interface de.unkrig.commons.io.pipe.Pipe
-
- write(byte[], int, int) - Method in class de.unkrig.commons.io.ProxyOutputStream
-
- write(byte[]) - Method in class de.unkrig.commons.io.TeeOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class de.unkrig.commons.io.TeeOutputStream
-
Deprecated.
- write(int) - Method in class de.unkrig.commons.io.TeeOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class de.unkrig.commons.io.UnclosableOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class de.unkrig.commons.io.WriterOutputStream
-
- write(int) - Method in class de.unkrig.commons.io.WriterOutputStream
-
- write(int) - Method in class de.unkrig.commons.io.XMLFormatterWriter
-
- write(char[], int, int) - Method in class de.unkrig.commons.io.XMLFormatterWriter
-
- write(String, int, int) - Method in class de.unkrig.commons.io.XMLFormatterWriter
-
- write(OutputStream) - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
-
- write(OutputStream) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Writes this HTTP request to the given OutputStream.
- write(OutputStream) - Method in class de.unkrig.commons.net.http.HttpResponse
-
Writes this HTTP response to the given OutputStream.
- write(int) - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
-
- write(byte[], int, int) - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
-
- write(int) - Method in class de.unkrig.commons.net.stream.ActiveSocketOutputStream
-
- write(byte[], int, int) - Method in class de.unkrig.commons.net.stream.ActiveSocketOutputStream
-
- write(int) - Method in class de.unkrig.commons.net.stream.PassiveSocketOutputStream
-
- write(byte[], int, int) - Method in class de.unkrig.commons.net.stream.PassiveSocketOutputStream
-
- writeAndCount(ConsumerWhichThrows<? super OutputStream, ? extends IOException>, OutputStream) - Static method in class de.unkrig.commons.io.IoUtil
-
Invokes writeContents.consume() with an output stream subject that writes the data through to the
given os.
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
Appends a 'directory entry', i.e. an entry without contents, to the given archiveOutputStream.
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
Appends a 'normal' entry (as opposed to a 'directory entry') with the given contents to the given archiveOutputStream.
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
Appends the given archiveEntry with the given contents to the given archiveOutputStream.
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- writeHeadersAndBody(String, OutputStream) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Writes this message's headers and body to the given OutputStream.
- WriterOutputStream - Class in de.unkrig.commons.io
-
Decodes the data bytes (assuming ISO-8859-1 encoding) into characters, and writes them to the given delegate writer.
- WriterOutputStream(Writer) - Constructor for class de.unkrig.commons.io.WriterOutputStream
-
- WriterPrinter - Class in de.unkrig.commons.text
-
A printer that prints its messages to two Writers
- WriterPrinter() - Constructor for class de.unkrig.commons.text.WriterPrinter
-
- writeUnencoded(int) - Method in class de.unkrig.commons.io.PercentEncodingOutputStream
-
Writes a given byte to the delegate without percent-encoding it.
- wye(InputStream, OutputStream) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates and returns a FilterInputStream that duplicates all bytes read through it and writes them to
an OutputStream.
- WyeConsumer<T,EX extends java.lang.Exception> - Class in de.unkrig.commons.util
-
Collects the subjects produced by several producers and forwards them to one consumer in the right order.
- WyeConsumer(ConsumerWhichThrows<? super T, EX>) - Constructor for class de.unkrig.commons.util.WyeConsumer
-
- WyeInputStream - Class in de.unkrig.commons.io
-
- WyeInputStream(InputStream, OutputStream) - Constructor for class de.unkrig.commons.io.WyeInputStream
-
Deprecated.
- WyeReader - Class in de.unkrig.commons.io
-
Duplicates all bytes that it reads to a Writer.
- WyeReader(Reader, Writer) - Constructor for class de.unkrig.commons.io.WyeReader
-