|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.vpf.io.VPFInputStream org.geotools.data.vpf.io.TableInputStream
Class TableInputStream
implements
Field Summary | |
static int |
AHEAD_BUFFER_SIZE
Deprecated. Variable constant AHEAD_BUFFER_SIZE keeps value of number
of records to read ahead and keep in cache to improve further access to
data. |
Fields inherited from class org.geotools.data.vpf.io.VPFInputStream |
header, input, streamFile |
Constructor Summary | |
TableInputStream(java.lang.String file)
Deprecated. Creates a new instance. |
|
TableInputStream(java.lang.String file,
char byteOrder)
Deprecated. Creates a new instance. |
Method Summary | |
static void |
main(java.lang.String[] args)
Deprecated. Method main is used to perform |
VPFHeader |
readHeader()
Deprecated. Method readHeader is used to perform |
VPFRow |
readRow()
Deprecated. Method readRow is used to perform |
int |
tableSize()
Deprecated. Method tableSize is used to perform |
Methods inherited from class org.geotools.data.vpf.io.VPFInputStream |
availableRows, close, condeb, getByteOrder, getHeader, getVariableIndexFileName, readAllRows, readChar, readCoord2DDouble, readCoord2DFloat, readCoord3DDouble, readCoord3DFloat, readDouble, readFixedSizeData, readFloat, readInteger, readNumber, readRow, readRows, readRows, readShort, readString, readTripletId, readVariableSizeData, seek, setByteOrder, setPosition, unread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int AHEAD_BUFFER_SIZE
AHEAD_BUFFER_SIZE
keeps value of number
of records to read ahead and keep in cache to improve further access to
data.
Constructor Detail |
public TableInputStream(java.lang.String file) throws java.io.IOException
TableInputStream
instance.
file
- a String
value
java.io.IOException
- if an error occurspublic TableInputStream(java.lang.String file, char byteOrder) throws java.io.IOException
TableInputStream
instance.
file
- a String
valuebyteOrder
- a char
value
java.io.IOException
- if an error occursMethod Detail |
public VPFHeader readHeader() throws VPFHeaderFormatException, java.io.IOException
readHeader
is used to perform
readHeader
in class VPFInputStream
VPFHeader
value
VPFHeaderFormatException
- if an error occurs
java.io.IOException
- if an error occurspublic VPFRow readRow() throws java.io.IOException
readRow
is used to perform
readRow
in class VPFInputStream
VPFRow
value
java.io.IOException
- if an error occurspublic int tableSize()
tableSize
is used to perform
tableSize
in class VPFInputStream
int
valuepublic static void main(java.lang.String[] args) throws java.io.IOException
main
is used to perform
args
- a String[]
value
java.io.IOException
- if an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |