com.partnersoft.io.formats.dwg
Class DWGFindValue

java.lang.Object
  extended by com.partnersoft.io.formats.dwg.DWGFindValue
All Implemented Interfaces:
DWGConstants

public class DWGFindValue
extends java.lang.Object
implements DWGConstants

A debugging tool; takes a starting byte, range length, type, and value, and searches for the given value in that range. Returns the bit offset if found.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Field Summary
 
Fields inherited from interface com.partnersoft.io.formats.dwg.DWGConstants
OBJECT_TYPE_NAMES, SENTINEL_CLASSES_BEGIN, SENTINEL_CLASSES_END, SENTINEL_HEADER_END, SENTINEL_OBJECTS_BEGIN, SENTINEL_VARIABLES_BEGIN, SENTINEL_VARIABLES_END, TYPE_BIT, TYPE_BITDOUBLE, TYPE_BITLONG, TYPE_BITS_2, TYPE_BITS_3, TYPE_BITS_4, TYPE_BITS_5, TYPE_BITS_6, TYPE_BITS_7, TYPE_BITSHORT, TYPE_BYTE, TYPE_HANDLE, TYPE_MODCHAR, TYPE_MODSHORT, TYPE_NULL, TYPE_RAWCHAR, TYPE_RAWDOUBLE, TYPE_RAWLONG, TYPE_RAWSHORT, TYPE_TEXT, VERSION_13, VERSION_14, VERSION_15, VERSION_2000
 
Constructor Summary
DWGFindValue()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWGFindValue

public DWGFindValue()
Method Detail

main

public static void main(java.lang.String[] argv)