Package de.flam.flcbyt

This package provides a Java interface for the FLAM Byte Interface (flcbyt), including InputStream and OutputStream classes to facilitate usage.

See: Description

Package de.flam.flcbyt Description

This package provides a Java interface for the FLAM Byte Interface (flcbyt), including InputStream and OutputStream classes to facilitate usage.

The FLAM Byte Interface is a library written in C. It is accessed via Java Native Interface (JNI) in conjunction with a native DLL (flcbytjava). This library must be loaded to use the interface (see FlamByteInterface.loadLibrary()). For most platforms, a pre-compiled version can be found in the lib directory of your FLAM installation.

You may also compile the required JNI DLL yourself. All you need is a C compiler and a JDK that ships the jni.h header file for your platform. An example makefile is provided.