Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Load Binary FileLoad a binary file into a CkByteArray object. (Actually, any file, text or data can be loaded. If it is a text file, the character data is treated as binary.) Downloads: MS Windows Visual C/C++ Libraries Linux/CentOS C/C++ Libraries MAC OS X C/C++ Libraries Solaris C/C++ Libraries C++ Builder Libraries #include <CkByteData.h> void ChilkatSample(void) { CkByteData zipData; bool success; success = zipData.loadFile("dude.zip"); if (success != true) { printf("Failed to load file\n"); } else { printf("Success\n"); } } |
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.