| Constructor and Description |
|---|
SourceCode(String lang,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
content() |
static SourceCode |
fromBytes(byte[] data) |
String |
lang() |
boolean |
showLineNumbers() |
void |
showLineNumbers(boolean lineson) |
byte[] |
toBytes() |
public static final String MIME_TYPE
public String lang()
public String content()
public boolean showLineNumbers()
public void showLineNumbers(boolean lineson)
public byte[] toBytes()
public static SourceCode fromBytes(byte[] data)
Copyright © 2014. All Rights Reserved.