Package eu.bandm.tools.message
Class LocationReader<D>
java.lang.Object
java.io.Reader
java.io.FilterReader
eu.bandm.tools.message.LocationReader<D>
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
-
Field Summary
Fields inherited from class java.io.FilterReader
in
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterReader
close, markSupported, ready, skip
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Constructor Details
-
LocationReader
-
-
Method Details
-
getPoint
-
setBeginPoint
public void setBeginPoint() -
getRegion
-
lookahead
- Throws:
IOException
-
read
- Overrides:
read
in classFilterReader
- Throws:
IOException
-
read
- Overrides:
read
in classFilterReader
- Throws:
IOException
-
mark
- Overrides:
mark
in classFilterReader
- Throws:
IOException
-
reset
- Overrides:
reset
in classFilterReader
- Throws:
IOException
-