Interface ShapeReader
-
public interface ShapeReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
readByte()
double
readDouble()
int
readInt()
void
skip(int numBytes)
-
public interface ShapeReader
Modifier and Type | Method | Description |
---|---|---|
byte |
readByte() |
|
double |
readDouble() |
|
int |
readInt() |
|
void |
skip(int numBytes) |