|
|
 | | Introduction | |
BinBucket is a JScript class for handling binary files in
WSH (Windows Scripting Host), ASP and MSIE environments.
BinBucket internally uses standard Win32 components to manage the binary
file operations and ascii<->bytearray "type-casting", so there are no
3rd party dependencies involved. Windows ME/2k and XP are shipped the
required components by default. Any relatively updated Win NT/9x box
should have them around aswell, but might need an update.
Read the "Requirements" section for further details.
| | | |
The Binbucket dist comes with two different version of the BinBucket
object, "BinBucket.js" and "BinBucket-src.js". The former is a version
optimized for size intended for productional use. The latter "src"
version is a uncompressed version suitable for debugging or if you just
want to get a more readable view of the internal workings.
| | | |
BinBucket is free software, distributed under the terms of the
GNU General Public License.
| | | | |
|