Index

B D E H O R 
All Classes and Interfaces|All Packages

B

Base64Util - Class in dev.costas.javahelpers
Util for base64 handling.
Base64Util() - Constructor for class dev.costas.javahelpers.Base64Util
 

D

decode(String) - Static method in class dev.costas.javahelpers.Base64Util
Decodes a Base64 string.
decode(String) - Static method in class dev.costas.javahelpers.HexUtil
Decodes a hexadecimal string.
dev.costas.javahelpers - package dev.costas.javahelpers
 

E

encode(String) - Static method in class dev.costas.javahelpers.Base64Util
Encodes a string to Base64.
encode(String) - Static method in class dev.costas.javahelpers.HexUtil
Encodes a string to hexadecimal.

H

HexUtil - Class in dev.costas.javahelpers
Util for hexadecimal handling.
HexUtil() - Constructor for class dev.costas.javahelpers.HexUtil
 

O

of(int) - Static method in class dev.costas.javahelpers.Range
Generate a range of numbers between 0 and end with a hop of 1.
of(int, int) - Static method in class dev.costas.javahelpers.Range
Generate a range of numbers between start and end with a hop of 1.
of(int, int, int) - Static method in class dev.costas.javahelpers.Range
Generate a range of numbers from start to end leaving a gap of step.

R

Range - Class in dev.costas.javahelpers
Generate a range of numbers.
Range() - Constructor for class dev.costas.javahelpers.Range
 
B D E H O R 
All Classes and Interfaces|All Packages