org.jboss.remoting.loading
Class ClassBytes
java.lang.Object
org.jboss.remoting.loading.ClassBytes
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CompressedClassBytes
- public class ClassBytes
- extends Object
- implements Serializable
ClassBytes is a serialized object that represents a class name and the class bytes as a byte array.
- Version:
- $Revision: 1.1 $
- Author:
- Jeff Haynie
- See Also:
- Serialized Form
className
protected String className
classBytes
protected byte[] classBytes
ClassBytes
public ClassBytes(String className,
byte[] data)
toString
public String toString()
getClassName
public String getClassName()
getClassBytes
public byte[] getClassBytes()
Copyright © 2004 JBoss Inc. All Rights Reserved.