com.intellij.util.cls
Class BytePointer

java.lang.Object
  extended by com.intellij.util.cls.BytePointer

public class BytePointer
extends java.lang.Object


Field Summary
 byte[] bytes
           
 int offset
           
 
Constructor Summary
BytePointer(byte[] bytes, int offset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

public final byte[] bytes

offset

public int offset
Constructor Detail

BytePointer

public BytePointer(byte[] bytes,
                   int offset)