Uses of Class
com.intellij.util.cls.BytePointer
-
Packages that use BytePointer Package Description com.intellij.util.cls -
-
Uses of BytePointer in com.intellij.util.cls
Methods in com.intellij.util.cls with parameters of type BytePointer Modifier and Type Method Description static double
ClsUtil. readDouble(BytePointer ptr)
static float
ClsUtil. readFloat(BytePointer ptr)
static int
ClsUtil. readU1(BytePointer ptr)
static int
ClsUtil. readU2(BytePointer ptr)
static int
ClsUtil. readU4(BytePointer ptr)
static long
ClsUtil. readU8(BytePointer ptr)
static String
ClsUtil. readUtf8Info(BytePointer ptr)
static String
ClsUtil. readUtf8Info(BytePointer ptr, int oldChar, int newChar)
static void
ClsUtil. skipAttribute(BytePointer ptr)
static void
ClsUtil. skipAttributes(BytePointer ptr)
-