com.partnersoft.io.formats.dxf
Class DXFProtoValue
java.lang.Object
com.partnersoft.io.formats.dxf.DXFProtoValue
public class DXFProtoValue
- extends java.lang.Object
An unparsed value. Can be read in several ways. Used to prevent unnecessary
String creation.
- Author:
- Paul Reavis
Copyright 2001 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
buffer
public char[] buffer
startIndex
public int startIndex
endIndex
public int endIndex
DXFProtoValue
public DXFProtoValue()
asString
public final java.lang.String asString()
asTrimmedString
public final java.lang.String asTrimmedString()
asInt
public final int asInt()
asFloat
public final float asFloat()
hexToLong
public final long hexToLong()
hexToDouble
public final double hexToDouble()
hexToBytes
public final byte[] hexToBytes()
toString
public final java.lang.String toString()
- Overrides:
toString in class java.lang.Object