org.liblouis.WideChar Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liblouis-java Show documentation
Show all versions of liblouis-java Show documentation
JNA based Java bindings to liblouis, an open-source braille translator and back-translator.
The newest version!
package org.liblouis;
import com.sun.jna.NativeMapped;
interface WideChar extends NativeMapped {
public static final int SIZE = Louis.getLibrary().lou_charSize();
}