public abstract class URLStringHelper extends Object
Constructor and Description |
---|
URLStringHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
extract(Any a)
Just extracts string from this
Any . |
static String |
id()
Get repository id.
|
static void |
insert(Any a,
String that)
Just inserts string into this
Any . |
static String |
read(InputStream istream)
Delegates functionality to
InputStream.read_string() . |
static TypeCode |
type()
Return the "URLString", alias of String, typecode.
|
static void |
write(OutputStream ostream,
String value)
Delegates functionality to
OutputStream.write_string(java.lang.String) . |
public URLStringHelper()
public static String read(InputStream istream)
InputStream.read_string()
.public static void write(OutputStream ostream, String value)
OutputStream.write_string(java.lang.String)
.