Uses of Class
com.bbn.openmap.io.BinaryBufferedFile

Packages that use BinaryBufferedFile
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
com.bbn.openmap.io This package provides classes that let you read data from local files, URLs and resources, using the BinaryFile and BinaryBufferedFile. 
 

Uses of BinaryBufferedFile in com.bbn.openmap.dataAccess.shape
 

Methods in com.bbn.openmap.dataAccess.shape with parameters of type BinaryBufferedFile
static int ShapeUtils.readLEInt(BinaryBufferedFile in)
          Reads a little endian int from the current location of the given file.
 

Uses of BinaryBufferedFile in com.bbn.openmap.io
 

Methods in com.bbn.openmap.io that return BinaryBufferedFile
static BinaryBufferedFile BinaryBufferedFile.create(java.lang.String name)
          A simple factory method that lets you try to create something without having to really deal with failure.
static BinaryBufferedFile BinaryBufferedFile.create(java.lang.String name, int buffersize)
          A simple factory method that lets you try to create something without having to really deal with failure.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details