public class ShapefileByteReader
extends java.lang.Object
| Constructor and Description |
|---|
ShapefileByteReader(java.io.InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
readBigEndianInteger() |
double |
readDouble() |
int |
readInteger() |
void |
skip(long n) |
public int readBigEndianInteger()
throws java.io.IOException
java.io.IOExceptionpublic int readInteger()
throws java.io.IOException
java.io.IOExceptionpublic double readDouble()
throws java.io.IOException
java.io.IOExceptionpublic void skip(long n)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOException