public class BasicCParser extends Object
| Constructor and Description |
|---|
BasicCParser(ByteArrayInputStream is) |
| Modifier and Type | Method and Description |
|---|---|
String |
nextToken() |
static ByteArrayOutputStream |
preprocess(InputStream is,
StringBuilder firstComment,
Map<String,String> defines) |
static String[] |
tokenizeRow(String row) |
static void |
unescapeString(StringBuilder stringBuilder,
String string) |
public BasicCParser(ByteArrayInputStream is)
public String nextToken() throws IOException, ImageReadException
IOExceptionImageReadExceptionpublic static ByteArrayOutputStream preprocess(InputStream is, StringBuilder firstComment, Map<String,String> defines) throws IOException, ImageReadException
IOExceptionImageReadExceptionpublic static void unescapeString(StringBuilder stringBuilder, String string) throws ImageReadException
ImageReadExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.