Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. public parseUserSkin(BufferedImage) : BufferedImage
  2. L0
  3. LINENUMBER 21 L0
  4. ALOAD 1: par1BufferedImage
  5. IFNONNULL L1
  6. L2
  7. LINENUMBER 23 L2
  8. ACONST_NULL
  9. ARETURN
  10. L1
  11. LINENUMBER 27 L1
  12. FRAME SAME
  13. ALOAD 0: this
  14. BIPUSH 64
  15. PUTFIELD ImageBufferDownload.imageWidth : int
  16. L3
  17. LINENUMBER 28 L3
  18. ALOAD 0: this
  19. BIPUSH 32
  20. PUTFIELD ImageBufferDownload.imageHeight : int
  21. L4
  22. LINENUMBER 29 L4
  23. NEW BufferedImage
  24. DUP
  25. ALOAD 0: this
  26. GETFIELD ImageBufferDownload.imageWidth : int
  27. ALOAD 0: this
  28. GETFIELD ImageBufferDownload.imageHeight : int
  29. ICONST_2
  30. INVOKESPECIAL BufferedImage.<init> (int, int, int) : void
  31. ASTORE 2
  32. L5
  33. LINENUMBER 30 L5
  34. ALOAD 2: bufferedimage1
  35. INVOKEVIRTUAL BufferedImage.getGraphics () : Graphics
  36. ASTORE 3
  37. L6
  38. LINENUMBER 31 L6
  39. ALOAD 3: graphics
  40. ALOAD 1: par1BufferedImage
  41. ICONST_0
  42. ICONST_0
  43. ACONST_NULL
  44. INVOKEVIRTUAL Graphics.drawImage (Image, int, int, ImageObserver) : boolean
  45. POP
  46. L7
  47. LINENUMBER 32 L7
  48. ALOAD 3: graphics
  49. INVOKEVIRTUAL Graphics.dispose () : void
  50. L8
  51. LINENUMBER 33 L8
  52. ALOAD 0: this
  53. ALOAD 2: bufferedimage1
  54. INVOKEVIRTUAL BufferedImage.getRaster () : WritableRaster
  55. INVOKEVIRTUAL WritableRaster.getDataBuffer () : DataBuffer
  56. CHECKCAST DataBufferInt
  57. INVOKEVIRTUAL DataBufferInt.getData () : int[]
  58. PUTFIELD ImageBufferDownload.imageData : int[]
  59. L9
  60. LINENUMBER 34 L9
  61. ALOAD 0: this
  62. ICONST_0
  63. ICONST_0
  64. BIPUSH 32
  65. BIPUSH 16
  66. INVOKESPECIAL ImageBufferDownload.setAreaOpaque (int, int, int, int) : void
  67. L10
  68. LINENUMBER 35 L10
  69. ALOAD 0: this
  70. BIPUSH 32
  71. ICONST_0
  72. BIPUSH 64
  73. BIPUSH 32
  74. INVOKESPECIAL ImageBufferDownload.setAreaTransparent (int, int, int, int) : void
  75. L11
  76. LINENUMBER 36 L11
  77. ALOAD 0: this
  78. ICONST_0
  79. BIPUSH 16
  80. BIPUSH 64
  81. BIPUSH 32
  82. INVOKESPECIAL ImageBufferDownload.setAreaOpaque (int, int, int, int) : void
  83. L12
  84. LINENUMBER 37 L12
  85. ALOAD 2: bufferedimage1
  86. ARETURN
  87. L13
  88. LOCALVARIABLE this ImageBufferDownload L0 L13 0
  89. LOCALVARIABLE par1BufferedImage BufferedImage L0 L13 1
  90. LOCALVARIABLE bufferedimage1 BufferedImage L5 L13 2
  91. LOCALVARIABLE graphics Graphics L6 L13 3
  92. MAXSTACK = 5
  93. MAXLOCALS = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement