所有类
org.omg.CosNaming.NamingContextExtPackage
类 URLStringHelper
java.lang.Object
org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-
public abstract class URLStringHelper
- extends Object
URLString 是以 String 形式表示的 URL 地址(corbaloc: 或 corbaname:)。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLStringHelper
public URLStringHelper()
insert
public static void insert(Any a,
String that)
-
extract
public static String extract(Any a)
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static String read(InputStream istream)
-
write
public static void write(OutputStream ostream,
String value)
-
所有类