|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.store.DataInputStoreReader
public class DataInputStoreReader
Allows persisted input to be read from a DataInput implementation.
Constructor Summary | |
---|---|
DataInputStoreReader(java.io.DataInput input)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
readBoolean()
Reads a boolean from storage. |
byte |
readByte()
Reads a byte from storage. |
char |
readCharacter()
Reads a character from storage. |
double |
readDouble()
Reads a double from storage. |
int |
readInteger()
Reads an integer from storage. |
long |
readLong()
Reads a long from storage. |
java.lang.String |
readString()
Reads a String from storage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataInputStoreReader(java.io.DataInput input)
input
- The data input to read data from.Method Detail |
---|
public boolean readBoolean()
readBoolean
in interface StoreReader
public byte readByte()
readByte
in interface StoreReader
public char readCharacter()
readCharacter
in interface StoreReader
public int readInteger()
readInteger
in interface StoreReader
public long readLong()
readLong
in interface StoreReader
public double readDouble()
readDouble
in interface StoreReader
public java.lang.String readString()
readString
in interface StoreReader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |