com.cmpware.tools
Class MiddleEndian

java.lang.Object
  extended by 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
 
Constructor Summary
MiddleEndian()
           
 
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
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Constructor Detail

MiddleEndian

public MiddleEndian()
Method Detail

main

public static void main(java.lang.String[] args)
The main program.