steam-condenser 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (371) hide show
  1. data/Gemfile.lock +7 -7
  2. data/README.md +9 -2
  3. data/doc/A2M_GET_SERVERS_BATCH2_Packet.html +426 -0
  4. data/doc/A2S_INFO_Packet.html +260 -0
  5. data/doc/A2S_PLAYER_Packet.html +295 -0
  6. data/doc/A2S_RULES_Packet.html +296 -0
  7. data/doc/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +261 -0
  8. data/doc/AbstractL4DStats.html +978 -0
  9. data/doc/AbstractL4DWeapon.html +734 -0
  10. data/doc/Achievement.html +660 -0
  11. data/doc/AlienSwarmMission.html +1557 -0
  12. data/doc/AlienSwarmStats.html +965 -0
  13. data/doc/AlienSwarmWeapon.html +640 -0
  14. data/doc/AppNews.html +1442 -0
  15. data/doc/C2M_CHECKMD5_Packet.html +341 -0
  16. data/doc/CSSMap.html +806 -0
  17. data/doc/CSSStats.html +825 -0
  18. data/doc/CSSWeapon.html +889 -0
  19. data/doc/Cacheable.html +913 -0
  20. data/doc/Cacheable/ClassMethods.html +696 -0
  21. data/doc/DefenseGridStats.html +2559 -0
  22. data/doc/DoDSClass.html +1264 -0
  23. data/doc/DoDSStats.html +486 -0
  24. data/doc/DoDSWeapon.html +806 -0
  25. data/doc/Dota2BetaInventory.html +339 -0
  26. data/doc/Dota2Inventory.html +339 -0
  27. data/doc/Dota2Item.html +388 -0
  28. data/doc/Dota2Stats.html +366 -0
  29. data/doc/GameAchievement.html +1257 -0
  30. data/doc/GameClass.html +321 -0
  31. data/doc/GameInventory.html +1363 -0
  32. data/doc/GameItem.html +1339 -0
  33. data/doc/GameLeaderboard.html +1609 -0
  34. data/doc/GameLeaderboardEntry.html +629 -0
  35. data/doc/GameSchema.html +568 -0
  36. data/doc/GameServer.html +2405 -0
  37. data/doc/GameStats.html +1461 -0
  38. data/doc/GameWeapon.html +590 -0
  39. data/doc/GoldSrcServer.html +740 -0
  40. data/doc/GoldSrcSocket.html +850 -0
  41. data/doc/ItemSchema.html +780 -0
  42. data/doc/L4D2Map.html +739 -0
  43. data/doc/L4D2Stats.html +930 -0
  44. data/doc/L4D2Weapon.html +486 -0
  45. data/doc/L4DExplosive.html +374 -0
  46. data/doc/L4DMap.html +776 -0
  47. data/doc/L4DStats.html +530 -0
  48. data/doc/L4DWeapon.html +296 -0
  49. data/doc/M2A_SERVER_BATCH_Packet.html +430 -0
  50. data/doc/M2C_ISVALIDMD5_Packet.html +383 -0
  51. data/doc/M2S_REQUESTRESTART_Packet.html +382 -0
  52. data/doc/MasterServer.html +1070 -0
  53. data/doc/MasterServerSocket.html +293 -0
  54. data/doc/Module.html +194 -0
  55. data/doc/PacketFormatError.html +257 -0
  56. data/doc/Portal2Inventory.html +339 -0
  57. data/doc/Portal2Item.html +499 -0
  58. data/doc/Portal2Stats.html +368 -0
  59. data/doc/RCONAuthRequest.html +318 -0
  60. data/doc/RCONAuthResponse.html +305 -0
  61. data/doc/RCONBanError.html +247 -0
  62. data/doc/RCONExecRequest.html +318 -0
  63. data/doc/RCONExecResponse.html +407 -0
  64. data/doc/RCONGoldSrcRequest.html +363 -0
  65. data/doc/RCONGoldSrcResponse.html +367 -0
  66. data/doc/RCONNoAuthError.html +247 -0
  67. data/doc/RCONPacket.html +548 -0
  68. data/doc/RCONPacketFactory.html +300 -0
  69. data/doc/RCONSocket.html +669 -0
  70. data/doc/RCONTerminator.html +304 -0
  71. data/doc/RequestWithChallenge.html +233 -0
  72. data/doc/S2A_INFO2_Packet.html +371 -0
  73. data/doc/S2A_INFO_BasePacket.html +357 -0
  74. data/doc/S2A_INFO_DETAILED_Packet.html +370 -0
  75. data/doc/S2A_LOGSTRING_Packet.html +373 -0
  76. data/doc/S2A_PLAYER_Packet.html +417 -0
  77. data/doc/S2A_RULES_Packet.html +411 -0
  78. data/doc/S2C_CHALLENGE_Packet.html +370 -0
  79. data/doc/S2M_HEARTBEAT2_Packet.html +444 -0
  80. data/doc/Server.html +781 -0
  81. data/doc/SourceServer.html +776 -0
  82. data/doc/SourceSocket.html +366 -0
  83. data/doc/StatsAttribute.html +514 -0
  84. data/doc/SteamCondenser.html +155 -0
  85. data/doc/SteamCondenser/A2M_GET_SERVERS_BATCH2_Packet.html +413 -0
  86. data/doc/SteamCondenser/A2S_INFO_Packet.html +249 -0
  87. data/doc/SteamCondenser/A2S_PLAYER_Packet.html +281 -0
  88. data/doc/SteamCondenser/A2S_RULES_Packet.html +282 -0
  89. data/doc/SteamCondenser/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +250 -0
  90. data/doc/SteamCondenser/AbstractL4DStats.html +954 -0
  91. data/doc/SteamCondenser/AbstractL4DWeapon.html +703 -0
  92. data/doc/SteamCondenser/AlienSwarmMission.html +1494 -0
  93. data/doc/SteamCondenser/AlienSwarmStats.html +938 -0
  94. data/doc/SteamCondenser/AlienSwarmWeapon.html +614 -0
  95. data/doc/SteamCondenser/AppNews.html +1387 -0
  96. data/doc/SteamCondenser/C2M_CHECKMD5_Packet.html +327 -0
  97. data/doc/SteamCondenser/CSSMap.html +774 -0
  98. data/doc/SteamCondenser/CSSStats.html +799 -0
  99. data/doc/SteamCondenser/CSSWeapon.html +855 -0
  100. data/doc/SteamCondenser/Cacheable.html +698 -0
  101. data/doc/SteamCondenser/Cacheable/ClassMethods.html +531 -0
  102. data/doc/SteamCondenser/Community.html +134 -0
  103. data/doc/SteamCondenser/DefenseGridStats.html +2455 -0
  104. data/doc/SteamCondenser/DoDSClass.html +1209 -0
  105. data/doc/SteamCondenser/DoDSStats.html +470 -0
  106. data/doc/SteamCondenser/DoDSWeapon.html +774 -0
  107. data/doc/SteamCondenser/Error.html +156 -0
  108. data/doc/SteamCondenser/Error/PacketFormat.html +246 -0
  109. data/doc/SteamCondenser/Error/RCONBan.html +237 -0
  110. data/doc/SteamCondenser/Error/RCONNoAuth.html +236 -0
  111. data/doc/SteamCondenser/Error/Timeout.html +238 -0
  112. data/doc/SteamCondenser/Error/WebApi.html +339 -0
  113. data/doc/SteamCondenser/GameAchievement.html +1210 -0
  114. data/doc/SteamCondenser/GameClass.html +306 -0
  115. data/doc/SteamCondenser/GameInventory.html +1236 -0
  116. data/doc/SteamCondenser/GameItem.html +1282 -0
  117. data/doc/SteamCondenser/GameLeaderboard.html +1562 -0
  118. data/doc/SteamCondenser/GameLeaderboardEntry.html +604 -0
  119. data/doc/SteamCondenser/GameServer.html +2337 -0
  120. data/doc/SteamCondenser/GameStats.html +1416 -0
  121. data/doc/SteamCondenser/GameWeapon.html +566 -0
  122. data/doc/SteamCondenser/GoldSrcServer.html +716 -0
  123. data/doc/SteamCondenser/GoldSrcSocket.html +831 -0
  124. data/doc/SteamCondenser/L4D2Map.html +713 -0
  125. data/doc/SteamCondenser/L4D2Stats.html +906 -0
  126. data/doc/SteamCondenser/L4D2Weapon.html +466 -0
  127. data/doc/SteamCondenser/L4DExplosive.html +362 -0
  128. data/doc/SteamCondenser/L4DMap.html +746 -0
  129. data/doc/SteamCondenser/L4DStats.html +513 -0
  130. data/doc/SteamCondenser/L4DWeapon.html +284 -0
  131. data/doc/SteamCondenser/M2A_SERVER_BATCH_Packet.html +415 -0
  132. data/doc/SteamCondenser/M2C_ISVALIDMD5_Packet.html +368 -0
  133. data/doc/SteamCondenser/M2S_REQUESTRESTART_Packet.html +367 -0
  134. data/doc/SteamCondenser/MasterServer.html +1046 -0
  135. data/doc/SteamCondenser/MasterServerSocket.html +282 -0
  136. data/doc/SteamCondenser/Portal2Inventory.html +217 -0
  137. data/doc/SteamCondenser/Portal2Item.html +483 -0
  138. data/doc/SteamCondenser/Portal2Stats.html +353 -0
  139. data/doc/SteamCondenser/RCONAuthRequest.html +306 -0
  140. data/doc/SteamCondenser/RCONAuthResponse.html +293 -0
  141. data/doc/SteamCondenser/RCONExecRequest.html +306 -0
  142. data/doc/SteamCondenser/RCONExecResponse.html +392 -0
  143. data/doc/SteamCondenser/RCONGoldSrcRequest.html +349 -0
  144. data/doc/SteamCondenser/RCONGoldSrcResponse.html +354 -0
  145. data/doc/SteamCondenser/RCONPacket.html +530 -0
  146. data/doc/SteamCondenser/RCONPacketFactory.html +293 -0
  147. data/doc/SteamCondenser/RCONSocket.html +649 -0
  148. data/doc/SteamCondenser/RCONTerminator.html +292 -0
  149. data/doc/SteamCondenser/RequestWithChallenge.html +223 -0
  150. data/doc/SteamCondenser/S2A_INFO2_Packet.html +359 -0
  151. data/doc/SteamCondenser/S2A_INFO_BasePacket.html +342 -0
  152. data/doc/SteamCondenser/S2A_INFO_DETAILED_Packet.html +358 -0
  153. data/doc/SteamCondenser/S2A_LOGSTRING_Packet.html +358 -0
  154. data/doc/SteamCondenser/S2A_PLAYER_Packet.html +402 -0
  155. data/doc/SteamCondenser/S2A_RULES_Packet.html +396 -0
  156. data/doc/SteamCondenser/S2C_CHALLENGE_Packet.html +356 -0
  157. data/doc/SteamCondenser/S2M_HEARTBEAT2_Packet.html +430 -0
  158. data/doc/SteamCondenser/Server.html +754 -0
  159. data/doc/SteamCondenser/Servers.html +133 -0
  160. data/doc/SteamCondenser/SourceServer.html +752 -0
  161. data/doc/SteamCondenser/SourceSocket.html +355 -0
  162. data/doc/SteamCondenser/SteamGame.html +1802 -0
  163. data/doc/SteamCondenser/SteamGroup.html +969 -0
  164. data/doc/SteamCondenser/SteamId.html +4242 -0
  165. data/doc/SteamCondenser/SteamPacket.html +456 -0
  166. data/doc/SteamCondenser/SteamPacketFactory.html +521 -0
  167. data/doc/SteamCondenser/SteamPlayer.html +1696 -0
  168. data/doc/SteamCondenser/SteamSocket.html +679 -0
  169. data/doc/SteamCondenser/TF2BetaInventory.html +198 -0
  170. data/doc/SteamCondenser/TF2Class.html +1145 -0
  171. data/doc/SteamCondenser/TF2ClassFactory.html +263 -0
  172. data/doc/SteamCondenser/TF2Engineer.html +534 -0
  173. data/doc/SteamCondenser/TF2GoldenWrench.html +731 -0
  174. data/doc/SteamCondenser/TF2Inventory.html +217 -0
  175. data/doc/SteamCondenser/TF2Item.html +482 -0
  176. data/doc/SteamCondenser/TF2Medic.html +445 -0
  177. data/doc/SteamCondenser/TF2Sniper.html +357 -0
  178. data/doc/SteamCondenser/TF2Spy.html +531 -0
  179. data/doc/SteamCondenser/TF2Stats.html +670 -0
  180. data/doc/SteamCondenser/TimeoutError.html +249 -0
  181. data/doc/SteamCondenser/WebApi.html +999 -0
  182. data/doc/SteamCondenser/XMLData.html +171 -0
  183. data/doc/SteamCondenserError.html +153 -0
  184. data/doc/SteamGame.html +1859 -0
  185. data/doc/SteamGroup.html +1012 -0
  186. data/doc/SteamId.html +4369 -0
  187. data/doc/SteamPacket.html +469 -0
  188. data/doc/SteamPacketFactory.html +545 -0
  189. data/doc/SteamPlayer.html +1766 -0
  190. data/doc/SteamSocket.html +699 -0
  191. data/doc/StringIO.html +947 -0
  192. data/doc/TF2BetaInventory.html +315 -0
  193. data/doc/TF2Class.html +1194 -0
  194. data/doc/TF2ClassFactory.html +273 -0
  195. data/doc/TF2Engineer.html +558 -0
  196. data/doc/TF2GoldenWrench.html +760 -0
  197. data/doc/TF2Inventory.html +339 -0
  198. data/doc/TF2Item.html +499 -0
  199. data/doc/TF2Medic.html +465 -0
  200. data/doc/TF2Sniper.html +373 -0
  201. data/doc/TF2Spy.html +555 -0
  202. data/doc/TF2Stats.html +696 -0
  203. data/doc/WebApi.html +1021 -0
  204. data/doc/WebApiError.html +347 -0
  205. data/doc/XMLData.html +253 -0
  206. data/doc/_index.html +717 -0
  207. data/doc/class_list.html +53 -0
  208. data/doc/css/common.css +1 -0
  209. data/doc/css/full_list.css +57 -0
  210. data/doc/css/style.css +328 -0
  211. data/doc/file.LICENSE.html +100 -0
  212. data/doc/file.README.html +136 -0
  213. data/doc/file_list.html +58 -0
  214. data/doc/frames.html +28 -0
  215. data/doc/index.html +136 -0
  216. data/doc/js/app.js +214 -0
  217. data/doc/js/full_list.js +173 -0
  218. data/doc/js/jquery.js +4 -0
  219. data/doc/method_list.html +3988 -0
  220. data/doc/methods_list.html +3900 -0
  221. data/doc/top-level-namespace.html +114 -0
  222. data/lib/steam-condenser/version.rb +1 -1
  223. data/lib/steam/community/cacheable.rb +105 -44
  224. data/lib/steam/community/dota2/dota2_beta_inventory.rb +27 -0
  225. data/lib/steam/community/dota2/dota2_inventory.rb +27 -0
  226. data/lib/steam/community/dota2/dota2_item.rb +33 -0
  227. data/lib/steam/community/game_inventory.rb +18 -16
  228. data/lib/steam/community/game_leaderboard.rb +2 -2
  229. data/lib/steam/community/game_stats.rb +1 -1
  230. data/lib/steam/community/portal2/portal2_inventory.rb +11 -9
  231. data/lib/steam/community/steam_game.rb +0 -2
  232. data/lib/steam/community/steam_group.rb +2 -7
  233. data/lib/steam/community/steam_id.rb +2 -7
  234. data/lib/steam/community/tf2/tf2_beta_inventory.rb +11 -8
  235. data/lib/steam/community/tf2/tf2_inventory.rb +11 -9
  236. data/lib/steam/community/xml_data.rb +8 -1
  237. data/lib/steam/packets/a2s_player_packet.rb +1 -1
  238. data/lib/steam/packets/a2s_rules_packet.rb +1 -1
  239. data/lib/steam/servers/master_server.rb +3 -2
  240. data/lib/steam/sockets/rcon_socket.rb +1 -2
  241. data/pkg/steam-condenser-1.2.0.gem +0 -0
  242. data/pkg/steam-condenser-1.2.0/Gemfile +3 -0
  243. data/pkg/steam-condenser-1.2.0/Gemfile.lock +30 -0
  244. data/pkg/steam-condenser-1.2.0/LICENSE +25 -0
  245. data/pkg/steam-condenser-1.2.0/README.md +47 -0
  246. data/pkg/steam-condenser-1.2.0/Rakefile +46 -0
  247. data/pkg/steam-condenser-1.2.0/lib/core_ext/stringio.rb +91 -0
  248. data/pkg/steam-condenser-1.2.0/lib/errors/packet_format_error.rb +21 -0
  249. data/pkg/steam-condenser-1.2.0/lib/errors/rcon_ban_error.rb +22 -0
  250. data/pkg/steam-condenser-1.2.0/lib/errors/rcon_no_auth_error.rb +21 -0
  251. data/pkg/steam-condenser-1.2.0/lib/errors/steam_condenser_error.rb +11 -0
  252. data/pkg/steam-condenser-1.2.0/lib/errors/timeout_error.rb +28 -0
  253. data/pkg/steam-condenser-1.2.0/lib/errors/web_api_error.rb +57 -0
  254. data/pkg/steam-condenser-1.2.0/lib/steam-condenser.rb +18 -0
  255. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/community.rb +24 -0
  256. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/servers.rb +24 -0
  257. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/version.rb +11 -0
  258. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_mission.rb +119 -0
  259. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_stats.rb +179 -0
  260. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_weapon.rb +49 -0
  261. data/pkg/steam-condenser-1.2.0/lib/steam/community/app_news.rb +133 -0
  262. data/pkg/steam-condenser-1.2.0/lib/steam/community/cacheable.rb +137 -0
  263. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_map.rb +61 -0
  264. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_stats.rb +136 -0
  265. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_weapon.rb +69 -0
  266. data/pkg/steam-condenser-1.2.0/lib/steam/community/defense_grid/defense_grid_stats.rb +237 -0
  267. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_class.rb +90 -0
  268. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_stats.rb +61 -0
  269. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_weapon.rb +67 -0
  270. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_achievement.rb +109 -0
  271. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_class.rb +22 -0
  272. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_inventory.rb +152 -0
  273. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_item.rb +99 -0
  274. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard.rb +201 -0
  275. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard_entry.rb +43 -0
  276. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_stats.rb +175 -0
  277. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_weapon.rb +41 -0
  278. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_stats.rb +173 -0
  279. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_weapon.rb +56 -0
  280. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_map.rb +90 -0
  281. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_stats.rb +165 -0
  282. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_weapon.rb +38 -0
  283. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_explosive.rb +34 -0
  284. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_map.rb +65 -0
  285. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_stats.rb +71 -0
  286. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_weapon.rb +26 -0
  287. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_inventory.rb +25 -0
  288. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_item.rb +47 -0
  289. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_stats.rb +32 -0
  290. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_game.rb +182 -0
  291. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_group.rb +135 -0
  292. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_id.rb +513 -0
  293. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_beta_inventory.rb +22 -0
  294. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class.rb +92 -0
  295. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class_factory.rb +40 -0
  296. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_engineer.rb +43 -0
  297. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_golden_wrench.rb +70 -0
  298. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_inventory.rb +25 -0
  299. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_item.rb +47 -0
  300. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_medic.rb +35 -0
  301. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_sniper.rb +28 -0
  302. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_spy.rb +41 -0
  303. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_stats.rb +76 -0
  304. data/pkg/steam-condenser-1.2.0/lib/steam/community/web_api.rb +129 -0
  305. data/pkg/steam-condenser-1.2.0/lib/steam/community/xml_data.rb +17 -0
  306. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2m_get_servers_batch2_packet.rb +59 -0
  307. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_info_packet.rb +24 -0
  308. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_player_packet.rb +31 -0
  309. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_rules_packet.rb +32 -0
  310. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_serverquery_getchallenge_packet.rb +25 -0
  311. data/pkg/steam-condenser-1.2.0/lib/steam/packets/c2m_checkmd5_packet.rb +30 -0
  312. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2a_server_batch_packet.rb +52 -0
  313. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2c_isvalidmd5_packet.rb +34 -0
  314. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2s_requestrestart_packet.rb +34 -0
  315. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_request.rb +28 -0
  316. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_response.rb +30 -0
  317. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_request.rb +28 -0
  318. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_response.rb +37 -0
  319. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_request.rb +35 -0
  320. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_response.rb +34 -0
  321. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet.rb +57 -0
  322. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet_factory.rb +43 -0
  323. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_terminator.rb +29 -0
  324. data/pkg/steam-condenser-1.2.0/lib/steam/packets/request_with_challenge.rb +19 -0
  325. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info2_packet.rb +62 -0
  326. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_base_packet.rb +35 -0
  327. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_detailed_packet.rb +61 -0
  328. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_logstring_packet.rb +30 -0
  329. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_player_packet.rb +44 -0
  330. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_rules_packet.rb +48 -0
  331. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2c_challenge_packet.rb +35 -0
  332. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2m_heartbeat2_packet.rb +71 -0
  333. data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet.rb +52 -0
  334. data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet_factory.rb +108 -0
  335. data/pkg/steam-condenser-1.2.0/lib/steam/servers/game_server.rb +392 -0
  336. data/pkg/steam-condenser-1.2.0/lib/steam/servers/goldsrc_server.rb +74 -0
  337. data/pkg/steam-condenser-1.2.0/lib/steam/servers/master_server.rb +182 -0
  338. data/pkg/steam-condenser-1.2.0/lib/steam/servers/server.rb +104 -0
  339. data/pkg/steam-condenser-1.2.0/lib/steam/servers/source_server.rb +98 -0
  340. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/goldsrc_socket.rb +142 -0
  341. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/master_server_socket.rb +30 -0
  342. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/rcon_socket.rb +94 -0
  343. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/source_socket.rb +78 -0
  344. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/steam_socket.rb +86 -0
  345. data/pkg/steam-condenser-1.2.0/lib/steam/steam_player.rb +143 -0
  346. data/pkg/steam-condenser-1.2.0/steam-condenser.gemspec +25 -0
  347. data/pkg/steam-condenser-1.2.0/test/core_ext/test_stringio.rb +59 -0
  348. data/pkg/steam-condenser-1.2.0/test/fixtures/invalid.xml +2 -0
  349. data/pkg/steam-condenser-1.2.0/test/fixtures/sonofthor.xml +882 -0
  350. data/pkg/steam-condenser-1.2.0/test/fixtures/status_goldsrc +3 -0
  351. data/pkg/steam-condenser-1.2.0/test/fixtures/status_source +3 -0
  352. data/pkg/steam-condenser-1.2.0/test/fixtures/valve-members.xml +231 -0
  353. data/pkg/steam-condenser-1.2.0/test/helper.rb +45 -0
  354. data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_group.rb +83 -0
  355. data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_id.rb +111 -0
  356. data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_web_api.rb +98 -0
  357. data/pkg/steam-condenser-1.2.0/test/steam/packets/test_steam_packet.rb +37 -0
  358. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_game_server.rb +296 -0
  359. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_goldsrc_server.rb +59 -0
  360. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_master_server.rb +131 -0
  361. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_server.rb +72 -0
  362. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_source_server.rb +126 -0
  363. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_goldsrc_socket.rb +127 -0
  364. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_master_server_socket.rb +42 -0
  365. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_rcon_socket.rb +109 -0
  366. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_source_socket.rb +77 -0
  367. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_steam_socket.rb +97 -0
  368. data/steam-condenser.gemspec +3 -3
  369. data/test/steam/communtiy/test_cacheable.rb +100 -0
  370. data/test/steam/servers/test_master_server.rb +3 -3
  371. metadata +366 -15
@@ -141,12 +141,12 @@ class GameLeaderboard
141
141
  # leaderboard
142
142
  def entry_range(first, last)
143
143
  if last < first
144
- raise SteamCondenserException,
144
+ raise SteamCondenserError,
145
145
  'First entry must be prior to last entry for leaderboard entry lookup.'
146
146
  end
147
147
 
148
148
  if (last - first) > 5000
149
- raise SteamCondenserException,
149
+ raise SteamCondenserError,
150
150
  'Leaderboard entry lookup is currently limited to a maximum of 5001 entries per request.'
151
151
  end
152
152
 
@@ -109,7 +109,7 @@ class GameStats
109
109
 
110
110
  @privacy_state = @xml_data['privacyState']
111
111
  if public?
112
- app_id = @xml_data['game']['gameLink'].match(/http:\/\/store.steampowered.com\/app\/([1-9][0-9]+)/)[1].to_i
112
+ app_id = @xml_data['game']['gameLink'].match(/http:\/\/+store\.steampowered\.com\/+app\/+([1-9][0-9]*)/)[1].to_i
113
113
  @game = SteamGame.new app_id, @xml_data['game']
114
114
  @hours_played = @xml_data['stats']['hoursPlayed'] unless @xml_data['stats']['hoursPlayed'].nil?
115
115
  end
@@ -1,7 +1,7 @@
1
1
  # This code is free software; you can redistribute it and/or modify it under
2
2
  # the terms of the new BSD License.
3
3
  #
4
- # Copyright (c) 2011, Sebastian Staudt
4
+ # Copyright (c) 2011-2012, Sebastian Staudt
5
5
 
6
6
  require 'steam/community/game_inventory'
7
7
  require 'steam/community/portal2/portal2_item'
@@ -9,15 +9,17 @@ require 'steam/community/portal2/portal2_item'
9
9
  # Represents the inventory (a.k.a. Robot Enrichment) of a Portal 2 player
10
10
  #
11
11
  # @author Sebastian Staudt
12
- class Portal2Inventory
12
+ class Portal2Inventory < GameInventory
13
13
 
14
- include Cacheable
15
- cacheable_with_ids :steam_id64
16
-
17
- include GameInventory
18
-
19
- # The Steam Application ID of Portal 2
20
- @@app_id = 620
14
+ # Creates a new inventory object for the given SteamID64 in Portal 2 (App ID
15
+ # 620)
16
+ #
17
+ # @param [Fixnum] steam_id64 The 64bit SteamID of the player to get the
18
+ # inventory for
19
+ # @macro cacheable
20
+ def initialize(steam_id64)
21
+ super 620, steam_id64
22
+ end
21
23
 
22
24
  # The class representing Portal 2 items
23
25
  @@item_class = Portal2Item
@@ -175,8 +175,6 @@ class SteamGame
175
175
  @short_name = game_data['gameFriendlyName'].downcase
176
176
  @short_name = @app_id if @short_name == @app_id.to_s
177
177
  end
178
-
179
- super()
180
178
  end
181
179
 
182
180
  end
@@ -35,17 +35,14 @@ class SteamGroup
35
35
  #
36
36
  # @param [String, Fixnum] id The custom URL of the group specified by the
37
37
  # group admin or the 64bit group ID
38
- # @param [Boolean] fetch if `true` the groups's data is loaded into the
39
- # object
40
- def initialize(id, fetch = true)
38
+ # @macro cacheable
39
+ def initialize(id)
41
40
  if id.is_a? Numeric
42
41
  @group_id64 = id
43
42
  else
44
43
  @custom_url = id.downcase
45
44
  end
46
45
  @members = []
47
-
48
- super fetch
49
46
  end
50
47
 
51
48
  # Returns the base URL for this group's page
@@ -77,8 +74,6 @@ class SteamGroup
77
74
  begin
78
75
  total_pages = fetch_page(page += 1)
79
76
  end while page < total_pages
80
-
81
- super
82
77
  end
83
78
 
84
79
  # Returns the number of members this group has
@@ -200,16 +200,13 @@ class SteamId
200
200
  #
201
201
  # @param [String, Fixnum] id The custom URL of the Steam ID specified by the
202
202
  # user or the 64bit SteamID
203
- # @param [Boolean] fetch if `true` the Steam ID's data is loaded into the
204
- # object
205
- def initialize(id, fetch = true)
203
+ # @macro cacheable
204
+ def initialize(id)
206
205
  if id.is_a? Numeric
207
206
  @steam_id64 = id
208
207
  else
209
208
  @custom_url = id.downcase
210
209
  end
211
-
212
- super fetch
213
210
  end
214
211
 
215
212
  # Returns whether the owner of this SteamID is VAC banned
@@ -305,8 +302,6 @@ class SteamId
305
302
  raise $! if $!.is_a? SteamCondenserError
306
303
  raise SteamCondenserError, 'XML data could not be parsed.', $!.backtrace
307
304
  end
308
-
309
- super
310
305
  end
311
306
 
312
307
  # Fetches the friends of this user
@@ -1,21 +1,24 @@
1
1
  # This code is free software; you can redistribute it and/or modify it under
2
2
  # the terms of the new BSD License.
3
3
  #
4
- # Copyright (c) 2011, Sebastian Staudt
4
+ # Copyright (c) 2011-2012, Sebastian Staudt
5
5
 
6
6
  require 'steam/community/game_inventory'
7
7
  require 'steam/community/tf2/tf2_item'
8
8
 
9
9
  # Represents the inventory (aka. Backpack) of a player of the public Team
10
10
  # Fortress 2 beta
11
- class TF2BetaInventory
11
+ class TF2BetaInventory < GameInventory
12
12
 
13
- include Cacheable
14
- cacheable_with_ids :steam_id64
15
-
16
- include GameInventory
17
-
18
- @@app_id = 520
13
+ # Creates a new inventory object for the given SteamID64 in the Team Fortress
14
+ # 2 beta (App ID 520)
15
+ #
16
+ # @param [Fixnum] steam_id64 The 64bit SteamID of the player to get the
17
+ # inventory for
18
+ # @macro cacheable
19
+ def initialize(steam_id64)
20
+ super 520, steam_id64
21
+ end
19
22
 
20
23
  @@item_class = TF2Item
21
24
 
@@ -1,7 +1,7 @@
1
1
  # This code is free software; you can redistribute it and/or modify it under
2
2
  # the terms of the new BSD License.
3
3
  #
4
- # Copyright (c) 2010-2011, Sebastian Staudt
4
+ # Copyright (c) 2010-2012, Sebastian Staudt
5
5
 
6
6
  require 'steam/community/game_inventory'
7
7
  require 'steam/community/tf2/tf2_item'
@@ -9,15 +9,17 @@ require 'steam/community/tf2/tf2_item'
9
9
  # Represents the inventory (aka. Backpack) of a Team Fortress 2 player
10
10
  #
11
11
  # @author Sebastian Staudt
12
- class TF2Inventory
12
+ class TF2Inventory < GameInventory
13
13
 
14
- include Cacheable
15
- cacheable_with_ids :steam_id64
16
-
17
- include GameInventory
18
-
19
- # The Steam Application ID of Team Fortress 2
20
- @@app_id = 440
14
+ # Creates a new inventory object for the given SteamID64 in Team Fortress 2
15
+ # (App ID 440)
16
+ #
17
+ # @param [Fixnum] steam_id64 The 64bit SteamID of the player to get the
18
+ # inventory for
19
+ # @macro cacheable
20
+ def initialize(steam_id64)
21
+ super 440, steam_id64
22
+ end
21
23
 
22
24
  # The class representing Team Fortress 2 items
23
25
  @@item_class = TF2Item
@@ -1,14 +1,21 @@
1
1
  # This code is free software; you can redistribute it and/or modify it under
2
2
  # the terms of the new BSD License.
3
3
  #
4
- # Copyright (c) 2011, Sebastian Staudt
4
+ # Copyright (c) 2011-2012, Sebastian Staudt
5
5
 
6
6
  require 'open-uri'
7
7
 
8
8
  require 'multi_xml'
9
9
 
10
+ # This class provides basic functionality to parse XML data
11
+ #
12
+ # @author Sebastian Staudt
10
13
  module XMLData
11
14
 
15
+ # Parse the given URL as XML data using `multi_xml`
16
+ #
17
+ # @param [String] url The URL to parse
18
+ # @return [Hash<String, Object>] The data parsed from the XML document
12
19
  def parse(url)
13
20
  data = open(url, { :proxy => true })
14
21
  @xml_data = MultiXml.parse(data).values.first
@@ -22,7 +22,7 @@ class A2S_PLAYER_Packet
22
22
 
23
23
  # Creates a new A2S_PLAYER request object including the challenge number
24
24
  #
25
- # @param [Numeric] challenge_number The challenge number received from the
25
+ # @param [Numeric] challenge_number The challenge number received from the
26
26
  # server
27
27
  def initialize(challenge_number = -1)
28
28
  super A2S_PLAYER_HEADER, challenge_number
@@ -23,7 +23,7 @@ class A2S_RULES_Packet
23
23
 
24
24
  # Creates a new A2S_RULES request object including the challenge number
25
25
  #
26
- # @param [Numeric] challenge_number The challenge number received from the
26
+ # @param [Numeric] challenge_number The challenge number received from the
27
27
  # server
28
28
  def initialize(challenge_number = -1)
29
29
  super A2S_RULES_HEADER, challenge_number
@@ -61,7 +61,7 @@ class MasterServer
61
61
  # Sets the number of consecutive requests that may fail, before getting
62
62
  # the server list is cancelled (default: 3)
63
63
  #
64
- # @param [Fixnum] The number of allowed retries
64
+ # @param [Fixnum] retries The number of allowed retries
65
65
  def self.retries=(retries)
66
66
  @@retries = retries
67
67
  end
@@ -156,7 +156,8 @@ class MasterServer
156
156
  #
157
157
  # This can be used to check server versions externally.
158
158
  #
159
- # @param [Hash<Symbol, Object>] The data to send with the heartbeat request
159
+ # @param [Hash<Symbol, Object>] data The data to send with the heartbeat
160
+ # request
160
161
  # @raise [SteamCondenserError] if heartbeat data is missing the
161
162
  # challenge number or the reply cannot be parsed
162
163
  # @return [Array<SteamPacket>] Zero or more reply packets from the server.
@@ -1,7 +1,7 @@
1
1
  # This code is free software; you can redistribute it and/or modify it under
2
2
  # the terms of the new BSD License.
3
3
  #
4
- # Copyright (c) 2008-2011, Sebastian Staudt
4
+ # Copyright (c) 2008-2012, Sebastian Staudt
5
5
 
6
6
  require 'ipaddr'
7
7
  require 'socket'
@@ -35,7 +35,6 @@ class RCONSocket
35
35
 
36
36
  @ip = ip
37
37
  @port = port
38
- @socket = nil
39
38
  end
40
39
 
41
40
  # Closes the underlying TCP socket if it exists
Binary file
@@ -0,0 +1,3 @@
1
+ source :rubygems
2
+
3
+ gemspec
@@ -0,0 +1,30 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ steam-condenser (1.2.0)
5
+ bzip2-ruby (~> 0.2.7)
6
+ multi_json (~> 1.3.1)
7
+ multi_xml (~> 0.5.1)
8
+
9
+ GEM
10
+ remote: http://rubygems.org/
11
+ specs:
12
+ bzip2-ruby (0.2.7)
13
+ metaclass (0.0.1)
14
+ mocha (0.12.0)
15
+ metaclass (~> 0.0.1)
16
+ multi_json (1.3.6)
17
+ multi_xml (0.5.1)
18
+ rake (0.9.2.2)
19
+ shoulda-context (1.0.0)
20
+ yard (0.8.2.1)
21
+
22
+ PLATFORMS
23
+ ruby
24
+
25
+ DEPENDENCIES
26
+ mocha (~> 0.12.0)
27
+ rake (~> 0.9.2)
28
+ shoulda-context (~> 1.0.0)
29
+ steam-condenser!
30
+ yard (~> 0.8.0)
@@ -0,0 +1,25 @@
1
+ Copyright (c) 2008-2012, Sebastian Staudt
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without modification,
5
+ are permitted provided that the following conditions are met:
6
+
7
+ * Redistributions of source code must retain the above copyright notice,
8
+ this list of conditions and the following disclaimer.
9
+ * Redistributions in binary form must reproduce the above copyright notice,
10
+ this list of conditions and the following disclaimer in the documentation
11
+ and/or other materials provided with the distribution.
12
+ * Neither the name of the author nor the names of its contributors
13
+ may be used to endorse or promote products derived from this software
14
+ without specific prior written permission.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
20
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
23
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,47 @@
1
+ Steam Condenser [![Build Status](https://secure.travis-ci.org/koraktor/steam-condenser-ruby.png)](http://travis-ci.org/koraktor/steam-condenser-ruby)
2
+ ===============
3
+
4
+ The Steam Condenser is a multi-language library for querying the Steam
5
+ Community, Source and GoldSrc game servers as well as the Steam master servers.
6
+ Currently it is implemented in Java, PHP and Ruby.
7
+
8
+ ## Requirements
9
+
10
+ * Linux, MacOS X or Windows
11
+ * Ruby 1.8.6 or newer
12
+
13
+ The following gems are required:
14
+
15
+ * `bzip2-ruby` (for Source servers sending compressed responses)
16
+ * `json` (for the Web API features)
17
+
18
+ ## Installation
19
+
20
+ To install Steam Condenser as a Ruby gem use the following command:
21
+
22
+ gem install steam-condenser
23
+
24
+ ## License
25
+
26
+ This code is free software; you can redistribute it and/or modify it under the
27
+ terms of the new BSD License. A copy of this license can be found in the
28
+ included LICENSE file.
29
+
30
+ ## Credits
31
+
32
+ * Sebastian Staudt – koraktor(at)gmail.com
33
+ * DeFirence – defirence(at)defirence.za.net
34
+ * Mike Połtyn – mike(at)railslove.com
35
+ * Sam Kinard – snkinard(at)gmail.com
36
+
37
+ ## See Also
38
+
39
+ * [Steam Condenser home](https://koraktor.de/steam-condenser)
40
+ * [Documentation](http://rubydoc.info/gems/steam-condenser)
41
+ * [GitHub project page](https://github.com/koraktor/steam-condenser)
42
+ * [Wiki](https://github.com/koraktor/steam-condenser/wiki)
43
+ * [Google group](http://groups.google.com/group/steam-condenser)
44
+ * [Ohloh profile](http://www.ohloh.net/projects/steam-condenser)
45
+
46
+ Follow Steam Condenser on Twitter
47
+ [@steamcondenser](http://twitter.com/steamcondenser).
@@ -0,0 +1,46 @@
1
+ # encoding: utf-8
2
+ #
3
+ # This code is free software; you can redistribute it and/or modify it under
4
+ # the terms of the new BSD License.
5
+ #
6
+ # Copyright (c) 2008-2011, Sebastian Staudt
7
+
8
+ require 'rake/testtask'
9
+ require 'rubygems/package_task'
10
+
11
+ task :default => :test
12
+
13
+ Gem::PackageTask.new Gem::Specification.load 'steam-condenser.gemspec' do |pkg|
14
+ end
15
+
16
+ # Rake task for running the test suite
17
+ Rake::TestTask.new do |t|
18
+ t.libs << 'lib' << 'test'
19
+ t.test_files = Dir.glob 'test/**/test_*.rb'
20
+ t.verbose = true
21
+ end
22
+
23
+ # Check if YARD is installed
24
+ begin
25
+ require 'yard'
26
+
27
+ # Create a rake task +:doc+ to build the documentation using YARD
28
+ YARD::Rake::YardocTask.new do |yardoc|
29
+ yardoc.name = 'doc'
30
+ yardoc.files = [ 'lib/**/*.rb', 'LICENSE', 'README.md' ]
31
+ yardoc.options = [ '--private', '--title', 'Metior — API Documentation' ]
32
+ end
33
+ rescue LoadError
34
+ # Create a rake task +:doc+ to show that YARD is not installed
35
+ desc 'Generate YARD Documentation (not available)'
36
+ task :doc do
37
+ $stderr.puts 'You need YARD to build the documentation. Install it using `gem install yard`.'
38
+ end
39
+ end
40
+
41
+ # Task for cleaning documentation and package directories
42
+ desc 'Clean documentation and package directories'
43
+ task :clean do
44
+ FileUtils.rm_rf 'doc'
45
+ FileUtils.rm_rf 'pkg'
46
+ end
@@ -0,0 +1,91 @@
1
+ # This code is free software; you can redistribute it and/or modify it under
2
+ # the terms of the new BSD License.
3
+ #
4
+ # Copyright (c) 2010-2011, Sebastian Staudt
5
+
6
+ require 'stringio'
7
+
8
+ # This extends the `StringIO` class from Ruby's standard library. It adds some
9
+ # methods to handle byte-wise input from a `StringIO` object.
10
+ #
11
+ # @author Sebastian Staudt
12
+ class StringIO
13
+
14
+ # Creates a new instance of `StringIO` with the given size and fills it with
15
+ # zero-bytes.
16
+ #
17
+ # @param [Fixnum] size The size the new instance should have
18
+ # @return [StringIO] A new `StringIO` instance with the given size, filled
19
+ # with zero-bytes
20
+ def self.alloc(size)
21
+ new "\0" * size
22
+ end
23
+
24
+ # Reads a single byte from the current position of the byte stream
25
+ #
26
+ # @return [Fixnum] The numeric value of the byte at the current position
27
+ def byte
28
+ read(1)[0].ord
29
+ end
30
+
31
+ # Reads a floating-point integer (32 bit) from the current position of the
32
+ # byte stream
33
+ #
34
+ # @return [Float] The floating-point integer read from the byte stream
35
+ def float
36
+ read(4).unpack('e')[0]
37
+ end
38
+
39
+ # Reads the whole remaining content of the byte stream from the current
40
+ # position to the end
41
+ #
42
+ # @return [String] The remainder of the byte stream starting from the current
43
+ # position of the byte stream
44
+ def get
45
+ read remaining
46
+ end
47
+
48
+ # Reads an unsigned long integer (32 bit) from the current position of the
49
+ # byte stream
50
+ #
51
+ # @return [Fixnum] The unsigned long integer read from the byte stream
52
+ def long
53
+ read(4).unpack('V')[0]
54
+ end
55
+
56
+ # Returns the remaining number of bytes from the current position to the end
57
+ # of the byte stream
58
+ #
59
+ # @return [Fixnum] The number of bytes until the end of the stream
60
+ def remaining
61
+ size - pos
62
+ end
63
+
64
+ # Reads an unsigned short integer (16 bit) from the current position of the
65
+ # byte stream
66
+ #
67
+ # @return [Fixnum] The unsigned short integer read from the byte stream
68
+ def short
69
+ read(2).unpack('v')[0]
70
+ end
71
+
72
+ # Reads a signed long integer (32 bit) from the current position of the byte
73
+ # stream
74
+ #
75
+ # @return [Fixnum] The signed long integer read from the byte stream
76
+ def signed_long
77
+ read(4).unpack('l')[0]
78
+ end
79
+
80
+ # Reads a zero-byte terminated string from the current position of the byte
81
+ # stream
82
+ #
83
+ # This reads the stream up until the first occurance of a zero-byte or the
84
+ # end of the stream. The zero-byte is not included in the returned string.
85
+ #
86
+ # @return [String] The zero-byte terminated string read from the byte stream
87
+ def cstring
88
+ gets("\0")[0..-2]
89
+ end
90
+
91
+ end