public static class CompileResult.BinaryContent extends Object implements CompileResult.Content
| Constructor and Description |
|---|
BinaryContent(String fileName,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
String |
getFileName() |
void |
writeTo(OutputStream stream) |
public BinaryContent(String fileName, byte[] data)
public String getFileName()
getFileName in interface CompileResult.Contentpublic void writeTo(OutputStream stream) throws IOException
writeTo in interface CompileResult.ContentIOExceptionpublic String asString()
asString in interface CompileResult.ContentCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.