Package | Description |
---|---|
de.schlichtherle.truezip.util |
Provides general utility classes.
|
Modifier and Type | Method and Description |
---|---|
static UriEncoder.Encoding |
UriEncoder.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriEncoder.Encoding[] |
UriEncoder.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
UriEncoder.encode(String dS,
UriEncoder.Encoding comp)
Encodes all characters in the string
dS which are illegal within
the URI component comp . |
StringBuilder |
UriEncoder.encode(String dS,
UriEncoder.Encoding comp,
StringBuilder eS)
Encodes all characters in the string
dS which are illegal within
the URI component comp to the string builder eS . |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.