Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.bonzoun.cocodonkey: Javadoc index of package net.bonzoun.cocodonkey.


Package Samples:

net.bonzoun.cocodonkey

Classes:

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 * * is not escaped protected by a matching % or is * not an escape % character, * is not at the end of the format string, and * precedes a sequence of characters that parses as * a valid control specification. * * * ...
RateCalculator: This class is intended to calculate a remaining time for a download. For that, it uses instant download rates and makes complicated averages on them to finally get a better approximation of the remaining time than what the instant download rate can give. A first calculation is done with a floating average of the rate on a one minute length (MINUTE_LENGTH*MINUTE_PRECISION gives the length of a minute for the calculation, the unite being the second). A second estimation uses a one hour length for the floating average (one hour is HOUR_LENGTH*HOUR_PRECISION long, the unite being the second). The best ...
ParseException: This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
ASCII_CharStream: An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
CamlData: Class that encpsulates data that come from a file saved by Caml
Token: Describes the input token stream.
CamlFile
CamlParser
CamlParserConstants
CamlParserTokenManager
DonkeyLauncher
DonkeyTalker
DownloadItem
GenericItem

Home | Contact Us | Privacy Policy | Terms of Service