Class ClassFileReader


  • public class ClassFileReader
    extends java.lang.Object
    • Field Detail

      • data

        protected byte[] data
      • offset

        protected int offset
    • Constructor Detail

      • ClassFileReader

        public ClassFileReader​(byte[] data)
    • Method Detail

      • skip

        public void skip​(int length)
      • readByte

        public byte readByte()
      • readUnsignedByte

        public int readUnsignedByte()
      • readUnsignedShort

        public int readUnsignedShort()
      • readInt

        public final int readInt()
      • readFloat

        public final float readFloat()
      • readLong

        public long readLong()
      • readDouble

        public double readDouble()
      • readFully

        public void readFully​(byte[] target)
      • readUTF8

        public java.lang.String readUTF8()
                                  throws java.io.UTFDataFormatException
        Throws:
        java.io.UTFDataFormatException