jconst
Class constLongConvert

java.lang.Object
  |
  +--util.dataRead
        |
        +--jconst.constBase
              |
              +--jconst.constLongConvert
Direct Known Subclasses:
constDouble, constLong

abstract class constLongConvert
extends constBase


Fields inherited from class jconst.constBase
tag
 
Fields inherited from class util.dataRead
bytesRead
 
Constructor Summary
(package private) constLongConvert()
           
 
Method Summary
protected  long readLong(java.io.DataInputStream dStream)
           
private  long toLong(int high, int low)
           
 
Methods inherited from class jconst.constBase
getString, pr, prString, read, set_ref, Tag_to_String
 
Methods inherited from class util.dataRead
getBytesRead, readU1, readU2, readU4
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

constLongConvert

constLongConvert()
Method Detail

toLong

private long toLong(int high,
                    int low)

readLong

protected long readLong(java.io.DataInputStream dStream)