Uses of Interface
com.bbn.openmap.io.InputReader

Packages that use InputReader
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 InputReader in com.bbn.openmap.io
 

Classes in com.bbn.openmap.io that implement InputReader
 class ByteArrayInputReader
          An InputReader working on a byte array
 class FileInputReader
          This class wraps a java.io.RandomAccessFile to allow us to choose the byte-order of the underlying file.
 class JarInputReader
          An InputReader to handle entries in a Jar file.
 class StreamInputReader
          An Abstract InputReader to handle reading data from streams, where seeking to a place in the file in front of the current pointer involves closing the stream, and re-seeking from the beginning.
 class URLInputReader
          An InputReader to handle files at a URL.
 

Methods in com.bbn.openmap.io that return InputReader
 InputReader BinaryFile.getInputReader()
          Get the inputReader used for accessing the file, for querying purposes.
 

Methods in com.bbn.openmap.io with parameters of type InputReader
 void BinaryFile.setInputReader(InputReader reader)
          Set the input reader used by the BinaryFile.
 void BinaryBufferedFile.setInputReader(InputReader reader)
          Set the input reader used by the BinaryFile.
 



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