- ServerUtil - Class in kz.greetgo.util
-
- ServerUtil() - Constructor for class kz.greetgo.util.ServerUtil
-
- setLen(int) - Method in class kz.greetgo.util.StrReplacer
-
Sets the length of the character sequence.
- someEnum(E...) - Static method in class kz.greetgo.util.RND
-
Selects a random value from the values transmitted from enum
- str(int) - Static method in class kz.greetgo.util.RND
-
Generates random string with a length of len characters.
- streamToByteArray(InputStream) - Static method in class kz.greetgo.util.ServerUtil
-
Reads a stream to the end to bytes array, closes a stream, and returns that was read
- streamToStr(InputStream) - Static method in class kz.greetgo.util.ServerUtil
-
Reads and closes the stream, and converts the read information into a string, assuming that it
represented in coding UTF-8
- strEng(int) - Static method in class kz.greetgo.util.RND
-
Generates random string with a length of len characters.
- strFrom(int, char[]) - Static method in class kz.greetgo.util.RND
-
Generates random string with a length of len characters.
- strInt(int) - Static method in class kz.greetgo.util.RND
-
Generates a string consisting of random numbers
- StrReplacer - Class in kz.greetgo.util
-
Provides the ability to generate large string with the possibility of using substitutional
parameters.
- StrReplacer() - Constructor for class kz.greetgo.util.StrReplacer
-
Constructs a string replacer with no characters in it and an initial capacity of 16 characters.
- StrReplacer(int) - Constructor for class kz.greetgo.util.StrReplacer
-
Constructs a string replacer with no characters in it and an initial capacity specified by the
capacity argument.