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 doubleClsUtil. readDouble(BytePointer ptr)static floatClsUtil. readFloat(BytePointer ptr)static intClsUtil. readU1(BytePointer ptr)static intClsUtil. readU2(BytePointer ptr)static intClsUtil. readU4(BytePointer ptr)static longClsUtil. readU8(BytePointer ptr)static StringClsUtil. readUtf8Info(BytePointer ptr)static StringClsUtil. readUtf8Info(BytePointer ptr, int oldChar, int newChar)static voidClsUtil. skipAttribute(BytePointer ptr)static voidClsUtil. skipAttributes(BytePointer ptr)
-