public class PEAssembler extends Object
| Constructor and Description |
|---|
PEAssembler() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toBytes(PE pe) |
static void |
write(PE pe,
File file) |
static void |
write(PE pe,
IDataWriter dw) |
static void |
write(PE pe,
OutputStream os) |
static void |
write(PE pe,
String filename) |
public static byte[] toBytes(PE pe) throws IOException
IOExceptionpublic static void write(PE pe, String filename) throws IOException
IOExceptionpublic static void write(PE pe, File file) throws IOException
IOExceptionpublic static void write(PE pe, OutputStream os) throws IOException
IOExceptionpublic static void write(PE pe, IDataWriter dw) throws IOException
IOExceptionCopyright © 2018. All Rights Reserved.