// ********************************************************************** // // <copyright> // // BBN Technologies // 10 Moulton Street // Cambridge, MA 02138 // (617) 873-8000 // // Copyright (C) BBNT Solutions LLC. All rights reserved. // // </copyright> // ********************************************************************** // // $Source: // /cvs/distapps/openmap/src/openmap/com/bbn/openmap/dataAccess/iso8211/DDFConstants.java,v // $ // $RCSfile: DDFConstants.java,v $ // $Revision: 1.2 $ // $Date: 2004/10/14 18:05:42 $ // $Author: dietrick $ // // ********************************************************************** package com.bbn.openmap.dataAccess.iso8211; public interface DDFConstants { public final static char DDF_LEADER_SIZE = 24; public final static char DDF_FIELD_TERMINATOR = 30; public final static char DDF_UNIT_TERMINATOR = 31; public final static char DDF_FOOTER_SIZE = 53; }