Package com.impossibl.postgres.utils.guava
-
Class Summary Class Description ByteStreams Provides utility methods for working with byte arrays and I/O streams.ByteStreams.LimitedInputStream CharStreams Provides utility methods for working with character streams.CharStreams.LimitedReader Joiner An object which joins pieces of text (specified as an array,Iterable
, varargs or even aMap
) with a separator.Joiner.MapJoiner An object that joins map entries in the same manner asJoiner
joins iterables and arrays.Preconditions Simple static methods to be called at the start of your own methods to verify correct arguments and state.Strings