Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
Save Byte Array to FileSave a byte array to a binary file.
import chilkat data = chilkat.CkByteData() data.append('\x01\xFF\x41\x42\x43\xC0\xC1\xC2\x61\x62\x63',11) success = data.saveFile("binaryData.dat") if (success == True): print "Success" else: print "Failed!" |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2007 Chilkat Software, Inc. All Rights Reserved.