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
IOException
ImageReadException
public static ByteArrayOutputStream preprocess(InputStream is, StringBuilder firstComment, Map<String,String> defines) throws IOException, ImageReadException
IOException
ImageReadException
public static void unescapeString(StringBuilder stringBuilder, String string) throws ImageReadException
ImageReadException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.