Class ClassFileDecoder


  • public class ClassFileDecoder
    extends de.carne.mcd.MachineCodeDecoder
    Java class file decoder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME
      Decoder name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected long decode0​(de.carne.mcd.io.MCDInputBuffer in, de.carne.mcd.io.MCDOutputBuffer out, long offset, long limit)  
      • Methods inherited from class de.carne.mcd.MachineCodeDecoder

        byteOrder, decode, decode, decode, defaultLimit, getDecoder, getDecoder, name, setByteOrder, setDefaultLimit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassFileDecoder

        public ClassFileDecoder()
        Constructs a new ClassFileDecoder instance.
    • Method Detail

      • decode0

        protected long decode0​(de.carne.mcd.io.MCDInputBuffer in,
                               de.carne.mcd.io.MCDOutputBuffer out,
                               long offset,
                               long limit)
                        throws java.io.IOException
        Specified by:
        decode0 in class de.carne.mcd.MachineCodeDecoder
        Throws:
        java.io.IOException