Wrapper Library
In computer programming, a library is a collection of subroutines or classes used to develop software. Libraries expose interfaces which clients of the library use to execute library routines. Wrapper libraries (or library wrappers) consist of a thin layer of code which translates a library's existing interface into a compatible interface. This is done for several reasons:
- To refine a poorly designed or complicated interface.
- Allow code to work together which otherwise cannot (e.g. Incompatible data formats).
- Enable cross language and/or runtime interoperability.
Wrapper libraries are implemented using the Adapter, Façade, and to a lesser extent, Proxy design patterns.
Read more about Wrapper Library: Structure and Implementation, Cross-language/runtime Interoperability, Existing Wrapper Libraries
Famous quotes containing the word library:
“I view askance a book that remains undisturbed for a year. Oughtnt it to have a ticket of leave? I think I may safely say no book in my library remains unopened a year at a time, except my own works and Tennysons.”
—Carolyn Wells (18621942)