public class CssFileProcessor extends Object implements ReadingProcessor
ReadingProcessor that creates a CssFile from the given bytes.| Constructor and Description |
|---|
CssFileProcessor() |
| Modifier and Type | Method and Description |
|---|---|
CssFile |
getCss() |
void |
process(int i)
Process the given character.
|
public void process(int i)
ReadingProcessorprocess in interface ReadingProcessori - the character integer value that must be processedpublic CssFile getCss()
Copyright © 2019. All rights reserved.