<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java Bytecode BCEL vs ASM</title>
	<atom:link href="http://james.onegoodcookie.com/2005/10/26/java-bytecode-bcel-vs-asm/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.onegoodcookie.com/2005/10/26/java-bytecode-bcel-vs-asm/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>Toward simple confusion</description>
	<lastBuildDate>Sun, 17 Apr 2011 14:53:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Eugene Kuleshov</title>
		<link>http://james.onegoodcookie.com/2005/10/26/java-bytecode-bcel-vs-asm/comment-page-1/#comment-26845</link>
		<dc:creator>Eugene Kuleshov</dc:creator>
		<pubDate>Fri, 20 Apr 2007 02:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://james.onegoodcookie.com/?p=106#comment-26845</guid>
		<description>Abdullah, why don&#039;t you ask your question in that ASM project mailing list? The error you are seeing is usually mean that bytearray you are passing to the ClassReader is either invalid or incomplete.</description>
		<content:encoded><![CDATA[<p>Abdullah, why don&#8217;t you ask your question in that ASM project mailing list? The error you are seeing is usually mean that bytearray you are passing to the ClassReader is either invalid or incomplete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdullah Kauchali</title>
		<link>http://james.onegoodcookie.com/2005/10/26/java-bytecode-bcel-vs-asm/comment-page-1/#comment-21999</link>
		<dc:creator>Abdullah Kauchali</dc:creator>
		<pubDate>Thu, 21 Dec 2006 16:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://james.onegoodcookie.com/?p=106#comment-21999</guid>
		<description>Hi James,

Thanks for this article.  Exactly what I was looking for.

I am battling to get ClassReader to instantiate with the bytearray constructor:

 ClassReader super_cr = new ClassReader(bytesofClass);

where bytesofClass is a java.lang.Class converted to bytearray.

Throws an error:

java.lang.ArrayIndexOutOfBoundsException: 49
	at org.objectweb.asm.ClassReader.(Unknown Source)

Any suggestions will be greatly appreciated!

Kind regards,

A</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Thanks for this article.  Exactly what I was looking for.</p>
<p>I am battling to get ClassReader to instantiate with the bytearray constructor:</p>
<p> ClassReader super_cr = new ClassReader(bytesofClass);</p>
<p>where bytesofClass is a java.lang.Class converted to bytearray.</p>
<p>Throws an error:</p>
<p>java.lang.ArrayIndexOutOfBoundsException: 49<br />
	at org.objectweb.asm.ClassReader.(Unknown Source)</p>
<p>Any suggestions will be greatly appreciated!</p>
<p>Kind regards,</p>
<p>A</p>
]]></content:encoded>
	</item>
</channel>
</rss>

