More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 19:27:14 +02:00
parent 68954e714d
commit b57e38e387
286 changed files with 11752 additions and 3576 deletions
@@ -0,0 +1,4 @@
/**
* Helpers.
*/
package com.jpexs.helpers;
@@ -0,0 +1,4 @@
/**
* Plugin support.
*/
package com.jpexs.helpers.plugin;
@@ -0,0 +1,4 @@
/**
* Working with properties files.
*/
package com.jpexs.helpers.properties;
@@ -0,0 +1,4 @@
/**
* Resources.
*/
package com.jpexs.helpers.resource;
@@ -0,0 +1,4 @@
/**
* Sound helpers.
*/
package com.jpexs.helpers.sound;
@@ -0,0 +1,4 @@
/**
* Collecting statistics.
*/
package com.jpexs.helpers.stat;
@@ -0,0 +1,4 @@
/**
* Stream helpets.
*/
package com.jpexs.helpers.streams;
@@ -0,0 +1,4 @@
/**
* Charset helpers.
*/
package com.jpexs.helpers.utf8.charset;
@@ -0,0 +1,4 @@
/**
* UTF-8 encoding and decoding helpers.
*/
package com.jpexs.helpers.utf8;