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.
- data/Gemfile.lock +7 -7
- data/README.md +9 -2
- data/doc/A2M_GET_SERVERS_BATCH2_Packet.html +426 -0
- data/doc/A2S_INFO_Packet.html +260 -0
- data/doc/A2S_PLAYER_Packet.html +295 -0
- data/doc/A2S_RULES_Packet.html +296 -0
- data/doc/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +261 -0
- data/doc/AbstractL4DStats.html +978 -0
- data/doc/AbstractL4DWeapon.html +734 -0
- data/doc/Achievement.html +660 -0
- data/doc/AlienSwarmMission.html +1557 -0
- data/doc/AlienSwarmStats.html +965 -0
- data/doc/AlienSwarmWeapon.html +640 -0
- data/doc/AppNews.html +1442 -0
- data/doc/C2M_CHECKMD5_Packet.html +341 -0
- data/doc/CSSMap.html +806 -0
- data/doc/CSSStats.html +825 -0
- data/doc/CSSWeapon.html +889 -0
- data/doc/Cacheable.html +913 -0
- data/doc/Cacheable/ClassMethods.html +696 -0
- data/doc/DefenseGridStats.html +2559 -0
- data/doc/DoDSClass.html +1264 -0
- data/doc/DoDSStats.html +486 -0
- data/doc/DoDSWeapon.html +806 -0
- data/doc/Dota2BetaInventory.html +339 -0
- data/doc/Dota2Inventory.html +339 -0
- data/doc/Dota2Item.html +388 -0
- data/doc/Dota2Stats.html +366 -0
- data/doc/GameAchievement.html +1257 -0
- data/doc/GameClass.html +321 -0
- data/doc/GameInventory.html +1363 -0
- data/doc/GameItem.html +1339 -0
- data/doc/GameLeaderboard.html +1609 -0
- data/doc/GameLeaderboardEntry.html +629 -0
- data/doc/GameSchema.html +568 -0
- data/doc/GameServer.html +2405 -0
- data/doc/GameStats.html +1461 -0
- data/doc/GameWeapon.html +590 -0
- data/doc/GoldSrcServer.html +740 -0
- data/doc/GoldSrcSocket.html +850 -0
- data/doc/ItemSchema.html +780 -0
- data/doc/L4D2Map.html +739 -0
- data/doc/L4D2Stats.html +930 -0
- data/doc/L4D2Weapon.html +486 -0
- data/doc/L4DExplosive.html +374 -0
- data/doc/L4DMap.html +776 -0
- data/doc/L4DStats.html +530 -0
- data/doc/L4DWeapon.html +296 -0
- data/doc/M2A_SERVER_BATCH_Packet.html +430 -0
- data/doc/M2C_ISVALIDMD5_Packet.html +383 -0
- data/doc/M2S_REQUESTRESTART_Packet.html +382 -0
- data/doc/MasterServer.html +1070 -0
- data/doc/MasterServerSocket.html +293 -0
- data/doc/Module.html +194 -0
- data/doc/PacketFormatError.html +257 -0
- data/doc/Portal2Inventory.html +339 -0
- data/doc/Portal2Item.html +499 -0
- data/doc/Portal2Stats.html +368 -0
- data/doc/RCONAuthRequest.html +318 -0
- data/doc/RCONAuthResponse.html +305 -0
- data/doc/RCONBanError.html +247 -0
- data/doc/RCONExecRequest.html +318 -0
- data/doc/RCONExecResponse.html +407 -0
- data/doc/RCONGoldSrcRequest.html +363 -0
- data/doc/RCONGoldSrcResponse.html +367 -0
- data/doc/RCONNoAuthError.html +247 -0
- data/doc/RCONPacket.html +548 -0
- data/doc/RCONPacketFactory.html +300 -0
- data/doc/RCONSocket.html +669 -0
- data/doc/RCONTerminator.html +304 -0
- data/doc/RequestWithChallenge.html +233 -0
- data/doc/S2A_INFO2_Packet.html +371 -0
- data/doc/S2A_INFO_BasePacket.html +357 -0
- data/doc/S2A_INFO_DETAILED_Packet.html +370 -0
- data/doc/S2A_LOGSTRING_Packet.html +373 -0
- data/doc/S2A_PLAYER_Packet.html +417 -0
- data/doc/S2A_RULES_Packet.html +411 -0
- data/doc/S2C_CHALLENGE_Packet.html +370 -0
- data/doc/S2M_HEARTBEAT2_Packet.html +444 -0
- data/doc/Server.html +781 -0
- data/doc/SourceServer.html +776 -0
- data/doc/SourceSocket.html +366 -0
- data/doc/StatsAttribute.html +514 -0
- data/doc/SteamCondenser.html +155 -0
- data/doc/SteamCondenser/A2M_GET_SERVERS_BATCH2_Packet.html +413 -0
- data/doc/SteamCondenser/A2S_INFO_Packet.html +249 -0
- data/doc/SteamCondenser/A2S_PLAYER_Packet.html +281 -0
- data/doc/SteamCondenser/A2S_RULES_Packet.html +282 -0
- data/doc/SteamCondenser/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +250 -0
- data/doc/SteamCondenser/AbstractL4DStats.html +954 -0
- data/doc/SteamCondenser/AbstractL4DWeapon.html +703 -0
- data/doc/SteamCondenser/AlienSwarmMission.html +1494 -0
- data/doc/SteamCondenser/AlienSwarmStats.html +938 -0
- data/doc/SteamCondenser/AlienSwarmWeapon.html +614 -0
- data/doc/SteamCondenser/AppNews.html +1387 -0
- data/doc/SteamCondenser/C2M_CHECKMD5_Packet.html +327 -0
- data/doc/SteamCondenser/CSSMap.html +774 -0
- data/doc/SteamCondenser/CSSStats.html +799 -0
- data/doc/SteamCondenser/CSSWeapon.html +855 -0
- data/doc/SteamCondenser/Cacheable.html +698 -0
- data/doc/SteamCondenser/Cacheable/ClassMethods.html +531 -0
- data/doc/SteamCondenser/Community.html +134 -0
- data/doc/SteamCondenser/DefenseGridStats.html +2455 -0
- data/doc/SteamCondenser/DoDSClass.html +1209 -0
- data/doc/SteamCondenser/DoDSStats.html +470 -0
- data/doc/SteamCondenser/DoDSWeapon.html +774 -0
- data/doc/SteamCondenser/Error.html +156 -0
- data/doc/SteamCondenser/Error/PacketFormat.html +246 -0
- data/doc/SteamCondenser/Error/RCONBan.html +237 -0
- data/doc/SteamCondenser/Error/RCONNoAuth.html +236 -0
- data/doc/SteamCondenser/Error/Timeout.html +238 -0
- data/doc/SteamCondenser/Error/WebApi.html +339 -0
- data/doc/SteamCondenser/GameAchievement.html +1210 -0
- data/doc/SteamCondenser/GameClass.html +306 -0
- data/doc/SteamCondenser/GameInventory.html +1236 -0
- data/doc/SteamCondenser/GameItem.html +1282 -0
- data/doc/SteamCondenser/GameLeaderboard.html +1562 -0
- data/doc/SteamCondenser/GameLeaderboardEntry.html +604 -0
- data/doc/SteamCondenser/GameServer.html +2337 -0
- data/doc/SteamCondenser/GameStats.html +1416 -0
- data/doc/SteamCondenser/GameWeapon.html +566 -0
- data/doc/SteamCondenser/GoldSrcServer.html +716 -0
- data/doc/SteamCondenser/GoldSrcSocket.html +831 -0
- data/doc/SteamCondenser/L4D2Map.html +713 -0
- data/doc/SteamCondenser/L4D2Stats.html +906 -0
- data/doc/SteamCondenser/L4D2Weapon.html +466 -0
- data/doc/SteamCondenser/L4DExplosive.html +362 -0
- data/doc/SteamCondenser/L4DMap.html +746 -0
- data/doc/SteamCondenser/L4DStats.html +513 -0
- data/doc/SteamCondenser/L4DWeapon.html +284 -0
- data/doc/SteamCondenser/M2A_SERVER_BATCH_Packet.html +415 -0
- data/doc/SteamCondenser/M2C_ISVALIDMD5_Packet.html +368 -0
- data/doc/SteamCondenser/M2S_REQUESTRESTART_Packet.html +367 -0
- data/doc/SteamCondenser/MasterServer.html +1046 -0
- data/doc/SteamCondenser/MasterServerSocket.html +282 -0
- data/doc/SteamCondenser/Portal2Inventory.html +217 -0
- data/doc/SteamCondenser/Portal2Item.html +483 -0
- data/doc/SteamCondenser/Portal2Stats.html +353 -0
- data/doc/SteamCondenser/RCONAuthRequest.html +306 -0
- data/doc/SteamCondenser/RCONAuthResponse.html +293 -0
- data/doc/SteamCondenser/RCONExecRequest.html +306 -0
- data/doc/SteamCondenser/RCONExecResponse.html +392 -0
- data/doc/SteamCondenser/RCONGoldSrcRequest.html +349 -0
- data/doc/SteamCondenser/RCONGoldSrcResponse.html +354 -0
- data/doc/SteamCondenser/RCONPacket.html +530 -0
- data/doc/SteamCondenser/RCONPacketFactory.html +293 -0
- data/doc/SteamCondenser/RCONSocket.html +649 -0
- data/doc/SteamCondenser/RCONTerminator.html +292 -0
- data/doc/SteamCondenser/RequestWithChallenge.html +223 -0
- data/doc/SteamCondenser/S2A_INFO2_Packet.html +359 -0
- data/doc/SteamCondenser/S2A_INFO_BasePacket.html +342 -0
- data/doc/SteamCondenser/S2A_INFO_DETAILED_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_LOGSTRING_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_PLAYER_Packet.html +402 -0
- data/doc/SteamCondenser/S2A_RULES_Packet.html +396 -0
- data/doc/SteamCondenser/S2C_CHALLENGE_Packet.html +356 -0
- data/doc/SteamCondenser/S2M_HEARTBEAT2_Packet.html +430 -0
- data/doc/SteamCondenser/Server.html +754 -0
- data/doc/SteamCondenser/Servers.html +133 -0
- data/doc/SteamCondenser/SourceServer.html +752 -0
- data/doc/SteamCondenser/SourceSocket.html +355 -0
- data/doc/SteamCondenser/SteamGame.html +1802 -0
- data/doc/SteamCondenser/SteamGroup.html +969 -0
- data/doc/SteamCondenser/SteamId.html +4242 -0
- data/doc/SteamCondenser/SteamPacket.html +456 -0
- data/doc/SteamCondenser/SteamPacketFactory.html +521 -0
- data/doc/SteamCondenser/SteamPlayer.html +1696 -0
- data/doc/SteamCondenser/SteamSocket.html +679 -0
- data/doc/SteamCondenser/TF2BetaInventory.html +198 -0
- data/doc/SteamCondenser/TF2Class.html +1145 -0
- data/doc/SteamCondenser/TF2ClassFactory.html +263 -0
- data/doc/SteamCondenser/TF2Engineer.html +534 -0
- data/doc/SteamCondenser/TF2GoldenWrench.html +731 -0
- data/doc/SteamCondenser/TF2Inventory.html +217 -0
- data/doc/SteamCondenser/TF2Item.html +482 -0
- data/doc/SteamCondenser/TF2Medic.html +445 -0
- data/doc/SteamCondenser/TF2Sniper.html +357 -0
- data/doc/SteamCondenser/TF2Spy.html +531 -0
- data/doc/SteamCondenser/TF2Stats.html +670 -0
- data/doc/SteamCondenser/TimeoutError.html +249 -0
- data/doc/SteamCondenser/WebApi.html +999 -0
- data/doc/SteamCondenser/XMLData.html +171 -0
- data/doc/SteamCondenserError.html +153 -0
- data/doc/SteamGame.html +1859 -0
- data/doc/SteamGroup.html +1012 -0
- data/doc/SteamId.html +4369 -0
- data/doc/SteamPacket.html +469 -0
- data/doc/SteamPacketFactory.html +545 -0
- data/doc/SteamPlayer.html +1766 -0
- data/doc/SteamSocket.html +699 -0
- data/doc/StringIO.html +947 -0
- data/doc/TF2BetaInventory.html +315 -0
- data/doc/TF2Class.html +1194 -0
- data/doc/TF2ClassFactory.html +273 -0
- data/doc/TF2Engineer.html +558 -0
- data/doc/TF2GoldenWrench.html +760 -0
- data/doc/TF2Inventory.html +339 -0
- data/doc/TF2Item.html +499 -0
- data/doc/TF2Medic.html +465 -0
- data/doc/TF2Sniper.html +373 -0
- data/doc/TF2Spy.html +555 -0
- data/doc/TF2Stats.html +696 -0
- data/doc/WebApi.html +1021 -0
- data/doc/WebApiError.html +347 -0
- data/doc/XMLData.html +253 -0
- data/doc/_index.html +717 -0
- data/doc/class_list.html +53 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +328 -0
- data/doc/file.LICENSE.html +100 -0
- data/doc/file.README.html +136 -0
- data/doc/file_list.html +58 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +136 -0
- data/doc/js/app.js +214 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +3988 -0
- data/doc/methods_list.html +3900 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/steam-condenser/version.rb +1 -1
- data/lib/steam/community/cacheable.rb +105 -44
- data/lib/steam/community/dota2/dota2_beta_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_item.rb +33 -0
- data/lib/steam/community/game_inventory.rb +18 -16
- data/lib/steam/community/game_leaderboard.rb +2 -2
- data/lib/steam/community/game_stats.rb +1 -1
- data/lib/steam/community/portal2/portal2_inventory.rb +11 -9
- data/lib/steam/community/steam_game.rb +0 -2
- data/lib/steam/community/steam_group.rb +2 -7
- data/lib/steam/community/steam_id.rb +2 -7
- data/lib/steam/community/tf2/tf2_beta_inventory.rb +11 -8
- data/lib/steam/community/tf2/tf2_inventory.rb +11 -9
- data/lib/steam/community/xml_data.rb +8 -1
- data/lib/steam/packets/a2s_player_packet.rb +1 -1
- data/lib/steam/packets/a2s_rules_packet.rb +1 -1
- data/lib/steam/servers/master_server.rb +3 -2
- data/lib/steam/sockets/rcon_socket.rb +1 -2
- data/pkg/steam-condenser-1.2.0.gem +0 -0
- data/pkg/steam-condenser-1.2.0/Gemfile +3 -0
- data/pkg/steam-condenser-1.2.0/Gemfile.lock +30 -0
- data/pkg/steam-condenser-1.2.0/LICENSE +25 -0
- data/pkg/steam-condenser-1.2.0/README.md +47 -0
- data/pkg/steam-condenser-1.2.0/Rakefile +46 -0
- data/pkg/steam-condenser-1.2.0/lib/core_ext/stringio.rb +91 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/packet_format_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_ban_error.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_no_auth_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/steam_condenser_error.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/timeout_error.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/web_api_error.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser.rb +18 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/community.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/servers.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/version.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_mission.rb +119 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_stats.rb +179 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_weapon.rb +49 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/app_news.rb +133 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/cacheable.rb +137 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_map.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_stats.rb +136 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_weapon.rb +69 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/defense_grid/defense_grid_stats.rb +237 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_class.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_stats.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_weapon.rb +67 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_achievement.rb +109 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_class.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_inventory.rb +152 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_item.rb +99 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard.rb +201 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard_entry.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_stats.rb +175 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_weapon.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_stats.rb +173 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_weapon.rb +56 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_map.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_stats.rb +165 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_weapon.rb +38 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_explosive.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_map.rb +65 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_stats.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_weapon.rb +26 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_stats.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_game.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_group.rb +135 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_id.rb +513 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_beta_inventory.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class.rb +92 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class_factory.rb +40 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_engineer.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_golden_wrench.rb +70 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_medic.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_sniper.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_spy.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_stats.rb +76 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/web_api.rb +129 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/xml_data.rb +17 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2m_get_servers_batch2_packet.rb +59 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_info_packet.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_player_packet.rb +31 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_rules_packet.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_serverquery_getchallenge_packet.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/c2m_checkmd5_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2a_server_batch_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2c_isvalidmd5_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2s_requestrestart_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_response.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_response.rb +37 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_request.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_response.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet_factory.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_terminator.rb +29 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/request_with_challenge.rb +19 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info2_packet.rb +62 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_base_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_detailed_packet.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_logstring_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_player_packet.rb +44 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_rules_packet.rb +48 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2c_challenge_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2m_heartbeat2_packet.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet_factory.rb +108 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/game_server.rb +392 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/goldsrc_server.rb +74 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/master_server.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/server.rb +104 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/source_server.rb +98 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/goldsrc_socket.rb +142 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/master_server_socket.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/rcon_socket.rb +94 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/source_socket.rb +78 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/steam_socket.rb +86 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/steam_player.rb +143 -0
- data/pkg/steam-condenser-1.2.0/steam-condenser.gemspec +25 -0
- data/pkg/steam-condenser-1.2.0/test/core_ext/test_stringio.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/invalid.xml +2 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/sonofthor.xml +882 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_goldsrc +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_source +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/valve-members.xml +231 -0
- data/pkg/steam-condenser-1.2.0/test/helper.rb +45 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_group.rb +83 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_id.rb +111 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_web_api.rb +98 -0
- data/pkg/steam-condenser-1.2.0/test/steam/packets/test_steam_packet.rb +37 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_game_server.rb +296 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_goldsrc_server.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_master_server.rb +131 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_server.rb +72 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_source_server.rb +126 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_goldsrc_socket.rb +127 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_master_server_socket.rb +42 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_rcon_socket.rb +109 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_source_socket.rb +77 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_steam_socket.rb +97 -0
- data/steam-condenser.gemspec +3 -3
- data/test/steam/communtiy/test_cacheable.rb +100 -0
- data/test/steam/servers/test_master_server.rb +3 -3
- 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
|
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
|
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
|
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
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
#
|
20
|
-
|
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
|
@@ -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
|
-
# @
|
39
|
-
|
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
|
-
# @
|
204
|
-
|
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
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
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-
|
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
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
#
|
20
|
-
|
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]
|
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]
|
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
|
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-
|
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,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
|