CamlParserConstants | code | html | |
DonkeyTalker.Listener | code | html | |
DonkeyTalker.Logger | code | html |
CamlData | Class that encpsulates data that come from a file saved by Caml | code | html |
GenericItem | code | html | |
GenericItem.MyComparator | code | html | |
ServerItem.MyComparator | code | html |
ASCII_CharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). | code | html | ||||||||||||||||||||||||||
CamlData.Data | code | html | |||||||||||||||||||||||||||
CamlData.List | code | html | |||||||||||||||||||||||||||
CamlData.Map | code | html | |||||||||||||||||||||||||||
CamlFile | code | html | |||||||||||||||||||||||||||
CamlParser | code | html | |||||||||||||||||||||||||||
CamlParserTokenManager | code | html | |||||||||||||||||||||||||||
DonkeyLauncher | code | html | |||||||||||||||||||||||||||
DonkeyTalker | code | html | |||||||||||||||||||||||||||
DownloadItem | code | html | |||||||||||||||||||||||||||
DownloadItem.CompareDownloaded | code | html | |||||||||||||||||||||||||||
DownloadItem.ComparePercent | code | html | |||||||||||||||||||||||||||
DownloadItem.CompareRate | code | html | |||||||||||||||||||||||||||
GenericItem.CompareName | code | html | |||||||||||||||||||||||||||
GenericItem.CompareNbClients | code | html | |||||||||||||||||||||||||||
GenericItem.CompareSize | code | html | |||||||||||||||||||||||||||
ParseException | This exception is thrown when parse errors are encountered. | code | html | ||||||||||||||||||||||||||
PrintfFormat | * PrintfFormat allows the formatting of an array of
* objects embedded within a string. Primitive types
* must be passed using wrapper types. The formatting
* is controlled by a control string.
* * A control string is a Java string that contains a * control specification. The control specification * starts at the first percent sign (%) in the string, * provided that this percent sign *
* A control specification usually takes the form: * % ['-+ #0]* [0..9]* { . [0..9]* }+ * { [hlL] }+ [idfgGoxXeEcs] ** There are variants of this basic form that are * discussed below. * * The format is composed of zero or more directives * defined as follows: *
* The results are undefined if there are insufficient * arguments for the format. Usually an unchecked * exception will be thrown. If the format is * exhausted while arguments remain, the excess * arguments are evaluated but are otherwise ignored. * In format strings containing the % form of * conversion specifications, each argument in the * argument list is used exactly once. *
* Conversions can be applied to the
* In format strings containing the % Escape Sequences** The following table lists escape sequences and * associated actions on display devices capable of * the action. *
Conversion Specifications** Each conversion specification is introduced by * the percent sign character (%). After the character * %, the following appear in sequence: ** Zero or more flags (in any order), which modify the * meaning of the conversion specification. ** An optional minimum field width. If the converted * value has fewer characters than the field width, it * will be padded with spaces by default on the left; * t will be padded on the right, if the left- * adjustment flag (-), described below, is given to * the field width. The field width takes the form * of a decimal integer. If the conversion character * is s, the field width is the the minimum number of * characters to be printed. ** An optional precision that gives the minumum number * of digits to appear for the d, i, o, x or X * conversions (the field is padded with leading * zeros); the number of digits to appear after the * radix character for the e, E, and f conversions, * the maximum number of significant digits for the g * and G conversions; or the maximum number of * characters to be written from a string is s and S * conversions. The precision takes the form of an * optional decimal digit string, where a null digit * string is treated as 0. If a precision appears * with a c conversion character the precision is * ignored. * ** An optional h specifies that a following d, i, o, * x, or X conversion character applies to a type * short argument (the argument will be promoted * according to the integral promotions and its value * converted to type short before printing). ** An optional l (ell) specifies that a following * d, i, o, x, or X conversion character applies to a * type long argument. ** A field width or precision may be indicated by an * asterisk (*) instead of a digit string. In this * case, an integer argument supplised the field width * precision. The argument that is actually converted * is not fetched until the conversion letter is seen, * so the the arguments specifying field width or * precision must appear before the argument (if any) * to be converted. If the precision argument is * negative, it will be changed to zero. A negative * field width argument is taken as a - flag, followed * by a positive field width. *
* In format strings containing the %
* The format can contain either numbered argument
* specifications (that is, % Flag Characters** The flags and their meanings are: *
| code | html | ||||||||||||||||||||||||||
PrintfFormat.ConversionSpecification | * * ConversionSpecification allows the formatting of * a single primitive or object embedded within a * string. The formatting is controlled by a * format string. Only one Java primitive or * object can be formatted at a time. * * A format string is a Java string that contains * a control string. The control string starts at * the first percent sign (%) in the string, * provided that this percent sign *
* A control string takes the form: * % ['-+ #0]* [0..9]* { . [0..9]* }+ * { [hlL] }+ [idfgGoxXeEcs] ** * The behavior is like printf. One (hopefully the * only) exception is that the minimum number of * exponent digits is 3 instead of 2 for e and E * formats when the optional L is used before the * e, E, g, or G conversion character. The * optional L does not imply conversion to a long * long double. |
code | html | ||||||||||||||||||||||||||
QueryItem | code | html | |||||||||||||||||||||||||||
RateCalculator | This class is intended to calculate a remaining time for a download. | code | html | ||||||||||||||||||||||||||
RateCalculator.RateKeeper | code | html | |||||||||||||||||||||||||||
SearchParser | code | html | |||||||||||||||||||||||||||
SearchParser.BinOperator | code | html | |||||||||||||||||||||||||||
SearchedItem | code | html | |||||||||||||||||||||||||||
ServerItem | code | html | |||||||||||||||||||||||||||
ServerItem.CompareIP | code | html | |||||||||||||||||||||||||||
ServerItem.CompareN1 | code | html | |||||||||||||||||||||||||||
ServerItem.CompareN2 | code | html | |||||||||||||||||||||||||||
ServerItem.CompareName | code | html | |||||||||||||||||||||||||||
SshTunnel | code | html | |||||||||||||||||||||||||||
StringParser | code | html | |||||||||||||||||||||||||||
Token | Describes the input token stream. | code | html | ||||||||||||||||||||||||||
TokenMgrError | code | html | |||||||||||||||||||||||||||
UploadSpeed | code | html | |||||||||||||||||||||||||||
Util | code | html |