Package jxl.binding

Binding is a object persistence library similary to java.util.Preferences.

See:
          Description

Class Summary
BindingContext Binds Serializale objects with String name key.
 

Exception Summary
BindingException This exception is only ever thrown if an unrecoverable error has occured in the filesystem used by a BindingContext.
 

Package jxl.binding Description

Binding is a object persistence library similary to java.util.Preferences. However BindingContexts place no restriction on the size of objects to be bound. Binding depends on Install, fscontext.jar, and providerutil.jar