com.cmpware.tools
Class MiddleEndian
java.lang.Object
com.cmpware.tools.MiddleEndian
public class MiddleEndian
- extends java.lang.Object
This class taks 16-bit halfwords from an input file,
swaps the bytes, then writes them to another file.
This is to make the 'middle endian' style file
used by Arc Cores.
Copyright (c) 2006 Cmpware, Inc. All Rights Reserved.
- Author:
- SAG
|
Field Summary |
static java.lang.String |
copyright
Copyright string |
|
Method Summary |
static void |
main(java.lang.String[] args)
The main program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final java.lang.String copyright
- Copyright string
- See Also:
- Constant Field Values
MiddleEndian
public MiddleEndian()
main
public static void main(java.lang.String[] args)
- The main program.