Package | Description |
---|---|
com.bbn.openmap.io |
This package provides classes that let you read data from local
files, URLs and resources, using the BinaryFile and BinaryBufferedFile.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
InputReader |
BinaryFile.getInputReader()
Get the inputReader used for accessing the file, for querying purposes.
|
Modifier and Type | Method and Description |
---|---|
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