Package | Description |
---|---|
ilog.views.maps.defense.format.vmap |
This package contains classes for reading VPF (VMAP) files.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
AbstractColumnInfo.parseField(IlvVMAPDataInput VMAPDataInput)
Parse appropriate data on the specified stream for this column type (implemented by concrete subclasses).
|
double |
IlvVMAPTable.readDouble(IlvVMAPDataInput VMAPDataInput)
Reads a
double instance (8 bytes) from the specified
stream, according to the byte order of this table. |
float |
IlvVMAPTable.readFloat(IlvVMAPDataInput VMAPDataInput)
Read a
float instance (4 bytes) from the specified stream,
according to the byte order of this table. |
int |
IlvVMAPTable.readInt(IlvVMAPDataInput VMAPDataInput)
Reads an
int object (4 bytes) from the specified stream,
according to the byte order of this table. |
long |
IlvVMAPTable.readLong(IlvVMAPDataInput VMAPDataInput)
Reads a
long instance (8 bytes) from the specified stream,
according to the byte order of this table. |
short |
IlvVMAPTable.readShort(IlvVMAPDataInput VMAPDataInput)
Reads a
short object (2 bytes) from the specified stream,
according to the byte order of this table. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.