|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.bytecode.util.ByteCodeHelper
public class ByteCodeHelper
A helper for reading byte code from various input sources.
Method Summary | |
---|---|
static byte[] |
readByteCode(java.io.File file)
|
static byte[] |
readByteCode(java.io.InputStream inputStream)
Reads class byte array info from the given input stream. |
static byte[] |
readByteCode(java.util.zip.ZipInputStream zip)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] readByteCode(java.io.InputStream inputStream) throws java.io.IOException
inputStream
-
java.io.IOException
public static byte[] readByteCode(java.io.File file) throws java.io.IOException
java.io.IOException
public static byte[] readByteCode(java.util.zip.ZipInputStream zip) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |