Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractIOIterator<E> - Class in nbbrd.io
- AbstractIOIterator() - Constructor for class nbbrd.io.AbstractIOIterator
- acceptWithIO(T) - Method in interface nbbrd.io.function.IOConsumer
-
Performs this operation on the given argument.
- acceptWithIO(T, U) - Method in interface nbbrd.io.function.IOBiConsumer
-
Performs this operation on the given arguments.
- and(IOPredicate<? super T>) - Method in interface nbbrd.io.function.IOPredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- andThen(Function<? super T, ? extends X>) - Method in interface nbbrd.io.text.Parser
- andThen(IOBiConsumer<? super T, ? super U>) - Method in interface nbbrd.io.function.IOBiConsumer
-
Returns a composed
BiConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(IOConsumer<? super T>) - Method in interface nbbrd.io.function.IOConsumer
-
Returns a composed
Consumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(IOFunction<? super R, ? extends V>) - Method in interface nbbrd.io.function.IOFunction
-
Returns a composed function that first applies this function to its input, and then applies the
afterfunction to the result. - andThen(IOFunction<? super T, ? extends V>) - Method in interface nbbrd.io.FileParser
- andThen(IOFunction<? super T, ? extends V>) - Method in interface nbbrd.io.function.IOSupplier
-
Returns a composed supplier that first gets a value from this function, and then applies the
afterfunction to the result. - andThen(IOFunction<? super T, ? extends V>) - Method in interface nbbrd.io.text.TextParser
- ANY_TYPE - Static variable in class nbbrd.io.net.MediaType
- applyWithIO(T) - Method in interface nbbrd.io.function.IOFunction
-
Applies this function to the given argument.
- asCloseable() - Method in interface nbbrd.io.function.IORunnable
- asFileFormatter(Charset) - Method in interface nbbrd.io.text.TextFormatter
- asFileParser(Charset) - Method in interface nbbrd.io.text.TextParser
- asFormatter() - Method in interface nbbrd.io.text.TextFormatter
- asFormatter(Consumer<? super Throwable>) - Method in interface nbbrd.io.text.TextFormatter
- asParser() - Method in interface nbbrd.io.text.TextParser
- asParser(Consumer<? super Throwable>) - Method in interface nbbrd.io.text.TextParser
- asStream() - Method in interface nbbrd.io.IOIterator
- asUnchecked() - Method in interface nbbrd.io.function.IOBiConsumer
- asUnchecked() - Method in interface nbbrd.io.function.IOConsumer
- asUnchecked() - Method in interface nbbrd.io.function.IOFunction
- asUnchecked() - Method in interface nbbrd.io.function.IOPredicate
- asUnchecked() - Method in interface nbbrd.io.function.IORunnable
- asUnchecked() - Method in interface nbbrd.io.function.IOSupplier
- asUnchecked() - Method in interface nbbrd.io.function.IOUnaryOperator
- asUnchecked() - Method in interface nbbrd.io.IOIterator
B
- BaseProperty - Class in nbbrd.io.text
- BaseProperty() - Constructor for class nbbrd.io.text.BaseProperty
- BlockSizer - Class in nbbrd.io
-
System-wide utility that gets the number of bytes per block from several byte sources.
- BlockSizer() - Constructor for class nbbrd.io.BlockSizer
- BooleanProperty - Class in nbbrd.io.text
- BooleanProperty() - Constructor for class nbbrd.io.text.BooleanProperty
C
- charAt(int) - Method in class nbbrd.io.text.BaseProperty
- chars() - Method in class nbbrd.io.text.BaseProperty
- checked(Runnable) - Static method in interface nbbrd.io.function.IORunnable
- checked(Iterator<E>) - Static method in interface nbbrd.io.IOIterator
- checked(BiConsumer<T, U>) - Static method in interface nbbrd.io.function.IOBiConsumer
- checked(Consumer<T>) - Static method in interface nbbrd.io.function.IOConsumer
- checked(Function<T, R>) - Static method in interface nbbrd.io.function.IOFunction
- checked(Predicate<T>) - Static method in interface nbbrd.io.function.IOPredicate
- checked(Supplier<T>) - Static method in interface nbbrd.io.function.IOSupplier
- checked(UnaryOperator<T>) - Static method in interface nbbrd.io.function.IOUnaryOperator
- closeBoth(Closeable, Closeable) - Method in class nbbrd.io.Resource
- codePoints() - Method in class nbbrd.io.text.BaseProperty
- compose(Function<? super Y, ? extends T>) - Method in interface nbbrd.io.text.Formatter
-
Returns a formatter that applies a function on the input value before formatting its result.
- compose(IOFunction<? super V, ? extends T>) - Method in interface nbbrd.io.FileFormatter
- compose(IOFunction<? super V, ? extends T>) - Method in interface nbbrd.io.function.IOFunction
-
Returns a composed function that first applies the
beforefunction to its input, and then applies this function to the result. - compose(IOFunction<? super V, ? extends T>) - Method in interface nbbrd.io.text.TextFormatter
D
- DEFAULT - Static variable in class nbbrd.io.sys.SystemProperties
- DEFAULT_BLOCK_BUFFER_SIZE - Static variable in class nbbrd.io.BlockSizer
- DEFAULT_BUFFER_OUTPUT_STREAM_SIZE - Static variable in class nbbrd.io.BlockSizer
- DEFAULT_CHAR_BUFFER_SIZE - Static variable in class nbbrd.io.text.TextBuffers
- DoubleProperty - Class in nbbrd.io.text
- DoubleProperty() - Constructor for class nbbrd.io.text.DoubleProperty
E
- empty() - Static method in interface nbbrd.io.IOIterator
- EndOfProcessException - Exception Class in nbbrd.io.sys
- ensureClosed(Throwable, Closeable) - Method in class nbbrd.io.Resource
F
- FILE_SEPARATOR - Static variable in class nbbrd.io.sys.SystemProperties
- FileFormatter<T> - Interface in nbbrd.io
- FileParser<T> - Interface in nbbrd.io
- forEachRemainingWithIO(IOConsumer<? super E>) - Method in interface nbbrd.io.IOIterator
- format(T) - Method in interface nbbrd.io.text.Formatter
-
Format an object into a CharSequence.
- formatAsString(T) - Method in interface nbbrd.io.text.Formatter
-
Format an object into a String.
- formatChars(T, Appendable) - Method in interface nbbrd.io.text.TextFormatter
- formatFile(T, File) - Method in interface nbbrd.io.FileFormatter
- formatFile(T, File, Charset) - Method in interface nbbrd.io.text.TextFormatter
- formatPath(T, Path) - Method in interface nbbrd.io.FileFormatter
- formatPath(T, Path, Charset) - Method in interface nbbrd.io.text.TextFormatter
- formatStream(T, OutputStream) - Method in interface nbbrd.io.FileFormatter
- formatStream(T, OutputStream, Charset) - Method in interface nbbrd.io.text.TextFormatter
- formatStream(T, IOSupplier<? extends OutputStream>) - Method in interface nbbrd.io.FileFormatter
- formatStream(T, IOSupplier<? extends OutputStream>, Charset) - Method in interface nbbrd.io.text.TextFormatter
- Formatter<T> - Interface in nbbrd.io.text
-
Defines a class that creates a
CharSequencefrom an object.
For example, you could use it to format a Date into a String. - formatToString(T) - Method in interface nbbrd.io.text.TextFormatter
- formatValue(T) - Method in interface nbbrd.io.text.Formatter
-
Returns an
Optionalcontaining the CharSequence that has been created by the formatting if this formatting was possible. - formatValueAsString(T) - Method in interface nbbrd.io.text.Formatter
-
Returns an
Optionalcontaining the String that has been created by the formatting if this formatting was possible. - formatWriter(T, Writer) - Method in interface nbbrd.io.text.TextFormatter
- formatWriter(T, IOSupplier<? extends Writer>) - Method in interface nbbrd.io.text.TextFormatter
G
- generateWhile(IOSupplier<E>, IOPredicate<? super E>) - Static method in interface nbbrd.io.IOIterator
- get() - Method in class nbbrd.io.AbstractIOIterator
- get(Map<String, String>) - Method in class nbbrd.io.text.BooleanProperty
- get(Map<String, String>) - Method in class nbbrd.io.text.DoubleProperty
- get(Map<String, String>) - Method in class nbbrd.io.text.IntProperty
- get(Map<String, String>) - Method in class nbbrd.io.text.LongProperty
- get(Map<String, String>) - Method in class nbbrd.io.text.Property
- get(Properties) - Method in class nbbrd.io.text.BooleanProperty
- get(Properties) - Method in class nbbrd.io.text.DoubleProperty
- get(Properties) - Method in class nbbrd.io.text.IntProperty
- get(Properties) - Method in class nbbrd.io.text.LongProperty
- get(Properties) - Method in class nbbrd.io.text.Property
- get(Function<? super String, ? extends CharSequence>) - Method in class nbbrd.io.text.BooleanProperty
- get(Function<? super String, ? extends CharSequence>) - Method in class nbbrd.io.text.DoubleProperty
- get(Function<? super String, ? extends CharSequence>) - Method in class nbbrd.io.text.IntProperty
- get(Function<? super String, ? extends CharSequence>) - Method in class nbbrd.io.text.LongProperty
- get(Function<? super String, ? extends CharSequence>) - Method in class nbbrd.io.text.Property
- getBlockSize(InputStream) - Method in class nbbrd.io.BlockSizer
-
Returns the number of bytes per block in the input stream implementation.
- getBlockSize(OutputStream) - Method in class nbbrd.io.BlockSizer
-
Returns the number of bytes per block in the output stream implementation.
- getBlockSize(Path) - Method in class nbbrd.io.BlockSizer
-
Returns the number of bytes per block in the file store of this file.
- getChannelMinBufferCap() - Method in class nbbrd.io.text.TextBuffers
- getCharBufferSize() - Method in class nbbrd.io.text.TextBuffers
- getCharset() - Method in class nbbrd.io.net.MediaType
-
Returns an optional charset from the parameters if it is available.
- getFile(Path) - Method in class nbbrd.io.Resource
-
Returns a
Fileobject representing this path. - getFileSeparator() - Method in class nbbrd.io.sys.SystemProperties
-
Character that separates components of a file path.
- getJavaClassPath() - Method in class nbbrd.io.sys.SystemProperties
-
Path used to find directories and JAR archives containing class files.
- getJavaClassVersion() - Method in class nbbrd.io.sys.SystemProperties
- getJavaCompiler() - Method in class nbbrd.io.sys.SystemProperties
- getJavaHome() - Method in class nbbrd.io.sys.SystemProperties
-
Installation directory for Java Runtime Environment (JRE)
- getJavaIoTmpdir() - Method in class nbbrd.io.sys.SystemProperties
- getJavaLibraryPath() - Method in class nbbrd.io.sys.SystemProperties
- getJavaSpecificationName() - Method in class nbbrd.io.sys.SystemProperties
- getJavaSpecificationVendor() - Method in class nbbrd.io.sys.SystemProperties
- getJavaSpecificationVersion() - Method in class nbbrd.io.sys.SystemProperties
- getJavaVendor() - Method in class nbbrd.io.sys.SystemProperties
-
JRE vendor name
- getJavaVendorUrl() - Method in class nbbrd.io.sys.SystemProperties
-
JRE vendor URL
- getJavaVersion() - Method in class nbbrd.io.sys.SystemProperties
-
JRE version number
- getJavaVmName() - Method in class nbbrd.io.sys.SystemProperties
- getJavaVmSpecificationName() - Method in class nbbrd.io.sys.SystemProperties
- getJavaVmSpecificationVendor() - Method in class nbbrd.io.sys.SystemProperties
- getJavaVmSpecificationVersion() - Method in class nbbrd.io.sys.SystemProperties
- getJavaVmVendor() - Method in class nbbrd.io.sys.SystemProperties
- getJavaVmVersion() - Method in class nbbrd.io.sys.SystemProperties
- getKey() - Method in class nbbrd.io.text.BaseProperty
- getLineSeparator() - Method in class nbbrd.io.sys.SystemProperties
-
Sequence used by operating system to separate lines in text files
- getOsArch() - Method in class nbbrd.io.sys.SystemProperties
-
Operating system architecture
- getOsName() - Method in class nbbrd.io.sys.SystemProperties
-
Operating system name
- getOsVersion() - Method in class nbbrd.io.sys.SystemProperties
-
Operating system version
- getPathSeparator() - Method in class nbbrd.io.sys.SystemProperties
-
Path separator character used in java.class.path
- getResourceAsBufferedReader(Class<?>, String, Charset) - Method in class nbbrd.io.text.TextResource
-
Deprecated.
- getResourceAsStream(Class<?>, String) - Method in class nbbrd.io.Resource
-
Deprecated.use
Resource.newInputStream(Class, String)instead. - getUserDir() - Method in class nbbrd.io.sys.SystemProperties
-
User working directory
- getUserHome() - Method in class nbbrd.io.sys.SystemProperties
-
User home directory
- getUserName() - Method in class nbbrd.io.sys.SystemProperties
-
User account name
- getWithIO() - Method in interface nbbrd.io.function.IOSupplier
-
Gets a result.
H
- hasNextWithIO() - Method in class nbbrd.io.AbstractIOIterator
- hasNextWithIO() - Method in interface nbbrd.io.IOIterator
I
- identity() - Static method in interface nbbrd.io.function.IOFunction
-
Returns a function that always returns its input argument.
- identity() - Static method in interface nbbrd.io.function.IOUnaryOperator
-
Returns a unary operator that always returns its input argument.
- IMPL_DEPENDENT_MIN_BUFFER_CAP - Static variable in class nbbrd.io.text.TextBuffers
- INSTANCE - Static variable in class nbbrd.io.BlockSizer
- IntProperty - Class in nbbrd.io.text
- IntProperty() - Constructor for class nbbrd.io.text.IntProperty
- IOBiConsumer<T,
U> - Interface in nbbrd.io.function -
Represents an operation that accepts two input arguments and returns no result.
- IOConsumer<T> - Interface in nbbrd.io.function
-
Represents an operation that accepts a single input argument and returns no result.
- IOFunction<T,
R> - Interface in nbbrd.io.function -
Represents a function that accepts one argument and produces a result.
- IOIterator<E> - Interface in nbbrd.io
- IOPredicate<T> - Interface in nbbrd.io.function
-
Represents a predicate (boolean-valued function) of one argument.
- IORunnable - Interface in nbbrd.io.function
-
Represents a function without argument and result.
- IOSupplier<T> - Interface in nbbrd.io.function
-
Represents a supplier of results.
- IOUnaryOperator<T> - Interface in nbbrd.io.function
-
Represents an operation on a single operand that produces a result of the same type as its operand.
- isCompatible(MediaType) - Method in class nbbrd.io.net.MediaType
- isCompatibleWithoutParameters(MediaType) - Method in class nbbrd.io.net.MediaType
- isEqual(Object) - Static method in interface nbbrd.io.function.IOPredicate
-
Returns a predicate that tests if two arguments are equal according to
Objects.equals(Object, Object). - iterate(IOSupplier<E>, IOPredicate<? super E>, IOUnaryOperator<E>) - Static method in interface nbbrd.io.IOIterator
J
- JAVA_CLASS_PATH - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_CLASS_VERSION - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_COMPILER - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_HOME - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_IO_TMPDIR - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_LIBRARY_PATH - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_SPECIFICATION_NAME - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_SPECIFICATION_VENDOR - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_SPECIFICATION_VERSION - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VENDOR - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VENDOR_URL - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VERSION - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VM_NAME - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VM_SPECIFICATION_NAME - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VM_SPECIFICATION_VENDOR - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VM_SPECIFICATION_VERSION - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VM_VENDOR - Static variable in class nbbrd.io.sys.SystemProperties
- JAVA_VM_VERSION - Static variable in class nbbrd.io.sys.SystemProperties
K
- keysOf(BaseProperty...) - Static method in class nbbrd.io.text.BaseProperty
L
- length() - Method in class nbbrd.io.text.BaseProperty
- LINE_SEPARATOR - Static variable in class nbbrd.io.sys.SystemProperties
- LINUX - Enum constant in enum nbbrd.io.sys.OS.Name
- load(K) - Method in interface nbbrd.io.Resource.Loader
- loaderCopyOf(InputStream, IOPredicate<? super ZipEntry>) - Method in class nbbrd.io.zip.Zip
-
Creates a new loader by copying the content of a zip file.
- loaderOf(File) - Method in class nbbrd.io.zip.Zip
-
Creates a new loader from a zip file.
- LongProperty - Class in nbbrd.io.text
- LongProperty() - Constructor for class nbbrd.io.text.LongProperty
M
- MACOS - Enum constant in enum nbbrd.io.sys.OS.Name
- MediaType - Class in nbbrd.io.net
- MediaType() - Constructor for class nbbrd.io.net.MediaType
- moveNext() - Method in class nbbrd.io.AbstractIOIterator
N
- NAME - Static variable in class nbbrd.io.sys.OS
- nbbrd.io - package nbbrd.io
- nbbrd.io.function - package nbbrd.io.function
- nbbrd.io.net - package nbbrd.io.net
- nbbrd.io.sys - package nbbrd.io.sys
- nbbrd.io.text - package nbbrd.io.text
- nbbrd.io.zip - package nbbrd.io.zip
- negate() - Method in interface nbbrd.io.function.IOPredicate
-
Returns a predicate that represents the logical negation of this predicate.
- newBufferedReader(InputStream, Charset) - Method in class nbbrd.io.text.TextResource
- newBufferedReader(InputStream, CharsetDecoder) - Method in class nbbrd.io.text.TextResource
- newBufferedReader(Class<?>, String, Charset) - Method in class nbbrd.io.text.TextResource
- newBufferedReader(Class<?>, String, CharsetDecoder) - Method in class nbbrd.io.text.TextResource
- newBufferedWriter(OutputStream, CharsetEncoder) - Method in class nbbrd.io.text.TextResource
- newCharReader(ReadableByteChannel, CharsetDecoder) - Method in class nbbrd.io.text.TextBuffers
- newCharWriter(WritableByteChannel, CharsetEncoder) - Method in class nbbrd.io.text.TextBuffers
- newInputStream(Class<?>, String) - Static method in class nbbrd.io.Resource
- newReader(Process) - Static method in class nbbrd.io.sys.ProcessReader
-
Deprecated.
- newReader(String...) - Static method in class nbbrd.io.sys.ProcessReader
-
Deprecated.
- newReader(Charset, Process) - Static method in class nbbrd.io.sys.ProcessReader
- newReader(Charset, String...) - Static method in class nbbrd.io.sys.ProcessReader
- nextWithIO() - Method in class nbbrd.io.AbstractIOIterator
- nextWithIO() - Method in interface nbbrd.io.IOIterator
- noOp() - Static method in interface nbbrd.io.function.IOBiConsumer
- noOp() - Static method in interface nbbrd.io.function.IOConsumer
- noOp() - Static method in interface nbbrd.io.function.IORunnable
O
- of(boolean) - Static method in interface nbbrd.io.function.IOPredicate
- of(R) - Static method in interface nbbrd.io.function.IOFunction
- of(T) - Static method in interface nbbrd.io.function.IOSupplier
- of(InputStream, CharsetDecoder) - Static method in class nbbrd.io.text.TextBuffers
- of(OutputStream, CharsetEncoder) - Static method in class nbbrd.io.text.TextBuffers
- of(Process) - Static method in exception class nbbrd.io.sys.EndOfProcessException
- of(Path, CharsetDecoder) - Static method in class nbbrd.io.text.TextBuffers
- of(Path, CharsetEncoder) - Static method in class nbbrd.io.text.TextBuffers
- of(Function<? super CharSequence, ? extends T>) - Static method in interface nbbrd.io.text.Parser
- of(Function<? super CharSequence, ? extends T>, Consumer<? super Throwable>) - Static method in interface nbbrd.io.text.Parser
- of(Function<? super T, ? extends CharSequence>) - Static method in interface nbbrd.io.text.Formatter
- of(Function<? super T, ? extends CharSequence>, Consumer<? super Throwable>) - Static method in interface nbbrd.io.text.Formatter
- of(IOFunction<? super K, ? extends InputStream>) - Static method in interface nbbrd.io.Resource.Loader
- of(IOFunction<? super K, ? extends InputStream>, Closeable) - Static method in interface nbbrd.io.Resource.Loader
- onBoolean() - Static method in interface nbbrd.io.text.Formatter
- onBoolean() - Static method in interface nbbrd.io.text.Parser
- onCharacter() - Static method in interface nbbrd.io.text.Formatter
- onCharacter() - Static method in interface nbbrd.io.text.Parser
- onCharset() - Static method in interface nbbrd.io.text.Formatter
- onCharset() - Static method in interface nbbrd.io.text.Parser
- onConstant(T) - Static method in interface nbbrd.io.text.Parser
- onConstant(CharSequence) - Static method in interface nbbrd.io.text.Formatter
- onDateFormat(DateFormat) - Static method in interface nbbrd.io.text.Formatter
- onDateFormat(DateFormat) - Static method in interface nbbrd.io.text.Parser
- onDateTimeFormatter(DateTimeFormatter) - Static method in interface nbbrd.io.text.Formatter
- onDateTimeFormatter(DateTimeFormatter, TemporalQuery<T>...) - Static method in interface nbbrd.io.text.Parser
- onDouble() - Static method in interface nbbrd.io.text.Formatter
- onDouble() - Static method in interface nbbrd.io.text.Parser
-
Create a
Parserthat delegates its parsing toDouble.valueOf(java.lang.String). - onDoubleArray() - Static method in interface nbbrd.io.text.Formatter
- onDoubleArray() - Static method in interface nbbrd.io.text.Parser
- onEnum() - Static method in interface nbbrd.io.text.Formatter
- onEnum(Class<T>) - Static method in interface nbbrd.io.text.Parser
- onEnum(Class<T>, ToIntFunction<T>) - Static method in interface nbbrd.io.text.Parser
- onEnum(ToIntFunction<T>) - Static method in interface nbbrd.io.text.Formatter
- onFile() - Static method in interface nbbrd.io.text.Formatter
- onFile() - Static method in interface nbbrd.io.text.Parser
- onFormattingGzip(FileFormatter<T>) - Static method in interface nbbrd.io.FileFormatter
- onFormattingLock(FileFormatter<T>) - Static method in interface nbbrd.io.FileFormatter
- onFormattingStream(IOBiConsumer<? super T, ? super OutputStream>) - Static method in interface nbbrd.io.FileFormatter
- onFormattingWriter(IOBiConsumer<? super T, ? super Writer>) - Static method in interface nbbrd.io.text.TextFormatter
- onInteger() - Static method in interface nbbrd.io.text.Formatter
- onInteger() - Static method in interface nbbrd.io.text.Parser
-
Create a
Parserthat delegates its parsing toInteger.valueOf(java.lang.String). - onLocale() - Static method in interface nbbrd.io.text.Parser
- onLong() - Static method in interface nbbrd.io.text.Formatter
- onLong() - Static method in interface nbbrd.io.text.Parser
- onNull() - Static method in interface nbbrd.io.text.Formatter
- onNull() - Static method in interface nbbrd.io.text.Parser
- onNumberFormat(NumberFormat) - Static method in interface nbbrd.io.text.Formatter
- onNumberFormat(NumberFormat) - Static method in interface nbbrd.io.text.Parser
- onObjectToString() - Static method in interface nbbrd.io.text.Formatter
- onParsingGzip(FileParser<T>) - Static method in interface nbbrd.io.FileParser
- onParsingLines(Function<? super Stream<String>, ? extends T>) - Static method in interface nbbrd.io.text.TextParser
- onParsingLock(FileParser<T>) - Static method in interface nbbrd.io.FileParser
- onParsingReader(IOFunction<? super Reader, ? extends T>) - Static method in interface nbbrd.io.text.TextParser
- onParsingStream(IOFunction<? super InputStream, ? extends T>) - Static method in interface nbbrd.io.FileParser
- onString() - Static method in interface nbbrd.io.text.Formatter
- onString() - Static method in interface nbbrd.io.text.Parser
- onStringArray() - Static method in interface nbbrd.io.text.Formatter
- onStringArray() - Static method in interface nbbrd.io.text.Parser
- onStringList(Function<CharSequence, Stream<String>>) - Static method in interface nbbrd.io.text.Parser
- onStringList(Function<Stream<CharSequence>, String>) - Static method in interface nbbrd.io.text.Formatter
- onURI() - Static method in interface nbbrd.io.text.Formatter
- onURI() - Static method in interface nbbrd.io.text.Parser
- onURL() - Static method in interface nbbrd.io.text.Formatter
- onURL() - Static method in interface nbbrd.io.text.Parser
- or(IOPredicate<? super T>) - Method in interface nbbrd.io.function.IOPredicate
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- orElse(Parser<T>) - Method in interface nbbrd.io.text.Parser
- OS - Class in nbbrd.io.sys
- OS() - Constructor for class nbbrd.io.sys.OS
- OS_ARCH - Static variable in class nbbrd.io.sys.SystemProperties
- OS_NAME - Static variable in class nbbrd.io.sys.SystemProperties
- OS_VERSION - Static variable in class nbbrd.io.sys.SystemProperties
- OS.Name - Enum in nbbrd.io.sys
P
- parse(CharSequence) - Static method in class nbbrd.io.net.MediaType
- parse(CharSequence) - Method in interface nbbrd.io.text.Parser
-
Parse a CharSequence to create an object.
- parse(String) - Static method in enum nbbrd.io.sys.OS.Name
- parseChars(CharSequence) - Method in interface nbbrd.io.text.TextParser
- parseFile(File) - Method in interface nbbrd.io.FileParser
- parseFile(File, Charset) - Method in interface nbbrd.io.text.TextParser
- parsePath(Path) - Method in interface nbbrd.io.FileParser
- parsePath(Path, Charset) - Method in interface nbbrd.io.text.TextParser
- Parser<T> - Interface in nbbrd.io.text
-
Defines a class that creates an object from a
CharSequence.
For example, you could use it to parse a String into a Date. - parseReader(Reader) - Method in interface nbbrd.io.text.TextParser
- parseReader(IOSupplier<? extends Reader>) - Method in interface nbbrd.io.text.TextParser
- parseResource(Class<?>, String) - Method in interface nbbrd.io.FileParser
- parseResource(Class<?>, String, Charset) - Method in interface nbbrd.io.text.TextParser
- parseStream(InputStream) - Method in interface nbbrd.io.FileParser
- parseStream(InputStream, Charset) - Method in interface nbbrd.io.text.TextParser
- parseStream(IOSupplier<? extends InputStream>) - Method in interface nbbrd.io.FileParser
- parseStream(IOSupplier<? extends InputStream>, Charset) - Method in interface nbbrd.io.text.TextParser
- parseValue(CharSequence) - Method in interface nbbrd.io.text.Parser
-
Returns an
Optionalcontaining the object that has been created by the parsing if this parsing was possible. - PATH_SEPARATOR - Static variable in class nbbrd.io.sys.SystemProperties
- process(URI, IOConsumer<? super Path>) - Method in class nbbrd.io.Resource
-
Process a classpath resource as a Path.
- ProcessReader - Class in nbbrd.io.sys
- ProcessReader() - Constructor for class nbbrd.io.sys.ProcessReader
- Property<T> - Class in nbbrd.io.text
- Property() - Constructor for class nbbrd.io.text.Property
R
- readToString(Process) - Static method in class nbbrd.io.sys.ProcessReader
-
Deprecated.
- readToString(String...) - Static method in class nbbrd.io.sys.ProcessReader
-
Deprecated.
- readToString(Charset, Process) - Static method in class nbbrd.io.sys.ProcessReader
- readToString(Charset, String...) - Static method in class nbbrd.io.sys.ProcessReader
- removeWithIO() - Method in interface nbbrd.io.IOIterator
- Resource - Class in nbbrd.io
- Resource() - Constructor for class nbbrd.io.Resource
- Resource.Loader<K> - Interface in nbbrd.io
- Resource.Storer<K> - Interface in nbbrd.io
- runWithIO() - Method in interface nbbrd.io.function.IORunnable
-
Run this function.
S
- set(Map<String, String>, boolean) - Method in class nbbrd.io.text.BooleanProperty
- set(Map<String, String>, double) - Method in class nbbrd.io.text.DoubleProperty
- set(Map<String, String>, int) - Method in class nbbrd.io.text.IntProperty
- set(Map<String, String>, long) - Method in class nbbrd.io.text.LongProperty
- set(Map<String, String>, T) - Method in class nbbrd.io.text.Property
- set(Properties, boolean) - Method in class nbbrd.io.text.BooleanProperty
- set(Properties, double) - Method in class nbbrd.io.text.DoubleProperty
- set(Properties, int) - Method in class nbbrd.io.text.IntProperty
- set(Properties, long) - Method in class nbbrd.io.text.LongProperty
- set(Properties, T) - Method in class nbbrd.io.text.Property
- set(BiConsumer<? super String, ? super String>, boolean) - Method in class nbbrd.io.text.BooleanProperty
- set(BiConsumer<? super String, ? super String>, double) - Method in class nbbrd.io.text.DoubleProperty
- set(BiConsumer<? super String, ? super String>, int) - Method in class nbbrd.io.text.IntProperty
- set(BiConsumer<? super String, ? super String>, long) - Method in class nbbrd.io.text.LongProperty
- set(BiConsumer<? super String, ? super String>, T) - Method in class nbbrd.io.text.Property
- singleton(E) - Static method in interface nbbrd.io.IOIterator
- SOLARIS - Enum constant in enum nbbrd.io.sys.OS.Name
- store(K, OutputStream) - Method in interface nbbrd.io.Resource.Storer
- subSequence(int, int) - Method in class nbbrd.io.text.BaseProperty
- SystemProperties - Class in nbbrd.io.sys
-
https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html
- SystemProperties() - Constructor for class nbbrd.io.sys.SystemProperties
T
- testWithIO(T) - Method in interface nbbrd.io.function.IOPredicate
-
Evaluates this predicate on the given argument.
- TextBuffers - Class in nbbrd.io.text
- TextBuffers() - Constructor for class nbbrd.io.text.TextBuffers
- TextFormatter<T> - Interface in nbbrd.io.text
- TextParser<T> - Interface in nbbrd.io.text
- TextResource - Class in nbbrd.io.text
- TextResource() - Constructor for class nbbrd.io.text.TextResource
- toString() - Method in class nbbrd.io.net.MediaType
- toString() - Method in class nbbrd.io.text.BaseProperty
U
- unchecked(IOIterator<E>) - Static method in interface nbbrd.io.IOIterator
- unchecked(IOBiConsumer<T, U>) - Static method in interface nbbrd.io.function.IOBiConsumer
- unchecked(IOConsumer<T>) - Static method in interface nbbrd.io.function.IOConsumer
- unchecked(IOFunction<T, R>) - Static method in interface nbbrd.io.function.IOFunction
- unchecked(IOPredicate<T>) - Static method in interface nbbrd.io.function.IOPredicate
- unchecked(IORunnable) - Static method in interface nbbrd.io.function.IORunnable
- unchecked(IOSupplier<T>) - Static method in interface nbbrd.io.function.IOSupplier
- unchecked(IOUnaryOperator<T>) - Static method in interface nbbrd.io.function.IOUnaryOperator
- uncloseableInputStream(InputStream) - Static method in class nbbrd.io.Resource
- uncloseableOutputStream(OutputStream) - Static method in class nbbrd.io.Resource
- UNKNOWN - Enum constant in enum nbbrd.io.sys.OS.Name
- UNKNOWN - Static variable in class nbbrd.io.text.TextBuffers
- UNKNOWN_SIZE - Static variable in class nbbrd.io.BlockSizer
- unwrap(IOException) - Static method in exception class nbbrd.io.WrappedIOException
- USER_DIR - Static variable in class nbbrd.io.sys.SystemProperties
- USER_HOME - Static variable in class nbbrd.io.sys.SystemProperties
- USER_NAME - Static variable in class nbbrd.io.sys.SystemProperties
V
- valueOf(String) - Static method in enum nbbrd.io.sys.OS.Name
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum nbbrd.io.sys.OS.Name
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WINDOWS - Enum constant in enum nbbrd.io.sys.OS.Name
- withCharset(Charset) - Method in class nbbrd.io.net.MediaType
-
Returns a copy of this media type with a specific charset parameter.
- withoutParameters() - Method in class nbbrd.io.net.MediaType
-
Returns a copy of this media type without its parameters.
- wrap(Throwable) - Static method in exception class nbbrd.io.WrappedIOException
- WrappedIOException - Exception Class in nbbrd.io
Z
- Zip - Class in nbbrd.io.zip
-
Set of utilities related to ZIP.
- Zip() - Constructor for class nbbrd.io.zip.Zip
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
TextResource.newBufferedReader(Class, String, Charset)instead.