Uses of Package
io.permazen.encoding
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Classes for parsing command line flags in order to configure a Permazen command line interface (CLI) session.
Permazen parsing related classes.
Core classes for the Permazen Java persistence layer.
Permazen core API utility classes.
Permazen
Encoding
s.Classes associated with
Jsck
, the Permazen key/value database consistency checker.Classes for modeling Permazen
Database
schemas.-
ClassDescriptionA range of values of some Java type, along with string and binary encodings and a total ordering of those values.
-
-
ClassDescriptionA range of values of some Java type, along with string and binary encodings and a total ordering of those values.
-
ClassDescriptionSupport superclass for
Encoding
implementations.A range of values of some Java type, along with string and binary encodings and a total ordering of those values.A registry ofEncoding
s.Non-nullString
encoding.Non-null encoding for unsignedint
values in the manner ofUnsignedIntEncoder
. -
ClassDescriptionA range of values of some Java type, along with string and binary encodings and a total ordering of those values.
-
ClassDescriptionSupport superclass for
Encoding
implementations.Support superclass for non-null built-in arrayEncoding
s.Adds support for an alternate Base-64String
encoding for non-null primitive array types.Support superclass for non-nullEncoding
s of values that can be decomposed into two component values.Support superclass for non-nullEncoding
s of values that can be decomposed into four component values.A range of values of some Java type, along with string and binary encodings and a total ordering of those values.A globally unique identifier that identifies anEncoding
's encoding scheme.A registry ofEncoding
s.Support superclass for non-null integral primitive array encodings.Support superclass for the integral types encoded viaLongEncoder
.Support superclass for the numeric primitive types.Support superclass for built-in primitive type encodings.A straightforwardEncodingRegistry
implementation that creates object array types on demand. -
-