|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectoracle.spatial.util.ByteOrder
oracle.spatial.util.ByteOrderBigEndian
public class ByteOrderBigEndian
| Field Summary |
|---|
| Fields inherited from class oracle.spatial.util.ByteOrder |
|---|
BIG_ENDIAN, LITTLE_ENDIAN |
| Constructor Summary | |
|---|---|
protected |
ByteOrderBigEndian()
|
| Method Summary | |
|---|---|
double |
readDouble(java.io.DataInputStream in)
|
int |
readUInt32(java.io.DataInputStream in)
|
void |
writeDouble(java.io.DataOutputStream out,
double value)
|
void |
writeUInt32(java.io.DataOutputStream out,
int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ByteOrderBigEndian()
| Method Detail |
|---|
public void writeDouble(java.io.DataOutputStream out,
double value)
writeDouble in class ByteOrderpublic double readDouble(java.io.DataInputStream in)
readDouble in class ByteOrder
public void writeUInt32(java.io.DataOutputStream out,
int value)
writeUInt32 in class ByteOrderpublic int readUInt32(java.io.DataInputStream in)
readUInt32 in class ByteOrder
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||