首页 > 其他 > 详细

libz.1.2.5.dylib与libz.1.2.5.tbd

时间:2016-09-18 11:46:40      阅读:224      评论:0      收藏:0      [点我收藏+]

 libz.1.2.5.dylib(Xcode 4.5) 

libz.dylib 更名为libz.1.2.5.tbd

官方文档

 

A file ending in the extension  .dylib  is a dynamic library: it‘s a library that‘s loaded at runtime instead of at compile time. If you‘re familiar with DLLs from Windows or DSOs, it‘s more or less the same type of thing with a few twists. The Dynamic Library Programming Topics  section of the Mac OS X Developer Library covers all the details about the format and what you should be aware of.

libz.dylib  is the dynamic library for  Zlib , a general compression library. PDFs can (and usually do) use zlib to compress different aspects of the data contained within them, but accessing the PDF data at that level is pretty low-level, and higher-level libraries would abstract most of that type of stuff.

libz.1.2.5.dylib与libz.1.2.5.tbd

原文:http://www.cnblogs.com/gaozhang12345/p/5880861.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!