A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

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.
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 V>) - Method in interface nbbrd.io.FileParser
 
andThen(Function<? super T, ? extends V>) - Method in interface nbbrd.io.text.TextParser
 
andThen(Function<? super T, ? extends X>) - Method in interface nbbrd.io.text.Parser
 
andThen(IOConsumer<? super T>) - Method in interface nbbrd.io.function.IOConsumer
Returns a composed Consumer that performs, in sequence, this operation followed by the after operation.
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 after function to the result.
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 after function to the result.
applyWithIO(T) - Method in interface nbbrd.io.function.IOFunction
Applies this function to the given argument.
asCloseable() - Method in interface nbbrd.io.function.IORunnable
 
asStream() - Method in interface nbbrd.io.IOIterator
 
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(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
 
checked(Iterator<E>) - Static method in interface nbbrd.io.IOIterator
 
closeBoth(Closeable, Closeable) - Method in class nbbrd.io.Resource
 
codePoints() - Method in class nbbrd.io.text.BaseProperty
 
compose(Function<? super V, ? extends T>) - Method in interface nbbrd.io.FileFormatter
 
compose(Function<? super V, ? extends T>) - Method in interface nbbrd.io.text.TextFormatter
 
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.function.IOFunction
Returns a composed function that first applies the before function to its input, and then applies this function to the result.

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
 

E

empty() - Static method in interface nbbrd.io.IOIterator
 
EndOfProcessException - Exception 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 CharSequence from 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 Optional containing the CharSequence that has bean created by the formatting if this formatting was possible.
formatValueAsString(T) - Method in interface nbbrd.io.text.Formatter
Returns an Optional containing the String that has bean 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(Function<? super String, ? extends CharSequence>) - Method in class nbbrd.io.text.BooleanProperty
 
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
 
get(Map<String, String>) - Method in class nbbrd.io.text.BooleanProperty
 
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.IntProperty
 
get(Properties) - Method in class nbbrd.io.text.LongProperty
 
get(Properties) - 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
 
getFile(Path) - Method in class nbbrd.io.Resource
Returns a File object 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
getResourceAsStream(Class<?>, String) - Method in class nbbrd.io.Resource
 
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
 
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.
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 - 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 - nbbrd.io.sys.OS.Name
 
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.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.
newCharReader(ReadableByteChannel, CharsetDecoder) - Method in class nbbrd.io.text.TextBuffers
 
newCharWriter(WritableByteChannel, CharsetEncoder) - Method in class nbbrd.io.text.TextBuffers
 
newReader(Process) - Static method in class nbbrd.io.sys.ProcessReader
 
newReader(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.IOConsumer
 
noOp() - Static method in interface nbbrd.io.function.IORunnable
 

O

of(boolean) - Static method in interface nbbrd.io.function.IOPredicate
 
of(InputStream, CharsetDecoder) - Static method in class nbbrd.io.text.TextBuffers
 
of(OutputStream, CharsetEncoder) - Static method in class nbbrd.io.text.TextBuffers
 
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
 
of(R) - Static method in interface nbbrd.io.function.IOFunction
 
of(T) - Static method in interface nbbrd.io.function.IOSupplier
 
of(Process) - Static method in exception nbbrd.io.sys.EndOfProcessException
 
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(CharSequence) - Static method in interface nbbrd.io.text.Formatter
 
onConstant(T) - Static method in interface nbbrd.io.text.Parser
 
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 Parser that delegates its parsing to Double.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(ToIntFunction<T>) - Static method in interface nbbrd.io.text.Formatter
 
onEnum(Class<T>, ToIntFunction<T>) - Static method in interface nbbrd.io.text.Parser
 
onFile() - Static method in interface nbbrd.io.text.Formatter
 
onFile() - Static method in interface nbbrd.io.text.Parser
 
onInteger() - Static method in interface nbbrd.io.text.Formatter
 
onInteger() - Static method in interface nbbrd.io.text.Parser
Create a Parser that delegates its parsing to Integer.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
 
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
 
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) - 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 Optional containing the object that has bean 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
 
readToString(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(BiConsumer<? super String, ? super String>, boolean) - Method in class nbbrd.io.text.BooleanProperty
 
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
 
set(Map<String, String>, boolean) - Method in class nbbrd.io.text.BooleanProperty
 
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, 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
 
singleton(E) - Static method in interface nbbrd.io.IOIterator
 
SOLARIS - 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
 
toString() - Method in class nbbrd.io.text.BaseProperty
 

U

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
 
unchecked(IOIterator<E>) - Static method in interface nbbrd.io.IOIterator
 
UNKNOWN - 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 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 - nbbrd.io.sys.OS.Name
 
wrap(Throwable) - Static method in exception nbbrd.io.WrappedIOException
 
WrappedIOException - Exception in nbbrd.io
 

Z

Zip - Class in nbbrd.io.zip
Set of utilities related to ZIP.
Zip() - Constructor for class nbbrd.io.zip.Zip
 
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages