public class JavaBDFServerExample {
public JavaBDFServerExample() throws IOException, BDFException {
// create a BDFFile
BDFFile bdf = BDFFile.open("data/bdf/example.bdf");
// get the bdf reader
BDFReader reader = bdf.getReader();
// set the reader to start at the beginning of the file when it reached the end
reader.setRepeat(true);
// create and start a BDFNetworkServer