
cz.abclinuxu.datoveschranky.tinyDB.holders.OutputHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiny-isds Show documentation
Show all versions of tiny-isds Show documentation
Library implementing subset of JavaISDS - basically readonly access.
The newest version!
package cz.abclinuxu.datoveschranky.tinyDB.holders;
/**
*
* Interface pro čtení obsahu XML elementu.
*
* @author Vaclav Rosecky <xrosecky 'at' gmail 'dot' com>
*/
public interface OutputHolder {
public void write(char[] array, int start, int length);
/**
* Vrátí výsledek čtení.
*/
public T getResult();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy