Wrapper Wrapper

Wrapper - Definition and Overview

Related Words: Bandage, Binder, Binding, Bookbinding, Bookcase, Case, Collating, Cover, Envelope, Folding

In computer science, a wrapper is a piece of code which is combined with another piece of code to determine how that code is executed.

The wrapper acts as an interface between its caller and the wrapped code. This may be done for compatibility, e.g. if the wrapped code is in a different programming language or uses different calling conventions, for security, e.g. to prevent the calling program from executing certain functions, to provide a level of emulation, e.g. a DirectX API which hides the functions of the video card driver.

The implication is that the wrapped code can only be accessed via the wrapper.

In packaging, a wrapper is a flat sheet made out of paper, cellophane or plastic which is folded or vacuum sealed to enclose an object and protect it from wear and tear.

Example Usage of Wrapper

spuklo: Can anyone of #dotnet developers recommend #SQLite Wrapper/driver worth using?
themedgeek: "If you can imagine it, then you can achieve it" - a quote written on the inside of my dove chocolate Wrapper. how true...
p6: is throwing in some last min obnoxious hacks on the xmlrpc Wrapper. All ethical so long as I describe everything exotic in it's gory detail.
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.