Converts a TCP/UDP service port number into its textual representation.
(int type)
| 559 | * representation. |
| 560 | */ |
| 561 | public static String |
| 562 | string(int type) { |
| 563 | return services.getText(type); |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * Converts a textual representation of a TCP/UDP service into its |