Package io.inversion.utils
package io.inversion.utils
-
ClassDescriptionInternal stream without header/trailerInternal stream without header/trailerUtilities methods for manipulating dates in iso8601 format.A collection of super helpful JDBC utility methods with SQL injection attack defense built in.KeyValue<K,
V> An InputStream that limits the number of bytes which can be read.ListMap<K,V> A case insensitive utility abstraction for working with forward slash based paths /like/you/find/in/urls.Transforms English words from singular to plural form.An utility abstraction of a database result set where all childRowobjects are themselves maps that share the same case insensitive key set.Represents a single row in a database result set where values can be accessed by a zero based integer index or by a case insensitive key/column name.An ordered list of case insensitive key/column names shared by all Row instances in a Rows.Uses an in memory buffer to hold output until bufferSize data is written then will switch over to writing everything to a temp file.Collection of utility methods designed to make java programming less verbose