public class JClassFile extends com.sun.codemodel.JResourceFile implements Streamable
| Constructor and Description |
|---|
JClassFile(String name,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(OutputStream os) |
byte[] |
getBytes() |
InputStream |
getInputStream() |
public JClassFile(String name, byte[] bytes)
public void build(OutputStream os) throws IOException
build in class com.sun.codemodel.JResourceFileIOExceptionpublic InputStream getInputStream()
getInputStream in interface Streamablepublic byte[] getBytes()
Copyright © 2025. All rights reserved.