Interface | Description |
---|---|
StreamOpener |
Class | Description |
---|---|
LittleEndianDataInput |
LittleEndianDataInput is a wrapper around a DataInput object
that converts formatted input from little-endian to Java standard
big-endian after reading it in.
|
LittleEndianDataOutput |
LittleEndianDataInput is a wrapper around a DataOutput object
that converts data from Java standard big-endian to little-endian
before outputting it.
|
Copyright © 2013 Metron, Inc.. All rights reserved.