public interface AnnotationCreator
| Modifier and Type | Method and Description |
|---|---|
Annotation |
create(InputStream stream) |
Annotation |
create(InputStream stream,
String encoding) |
Annotation |
create(Reader reader) |
Annotation |
createFromFile(File file) |
Annotation |
createFromFile(String filename) |
Annotation |
createFromText(String text) |
Annotation createFromText(String text) throws IOException
IOExceptionAnnotation createFromFile(String filename) throws IOException
IOExceptionAnnotation createFromFile(File file) throws IOException
IOExceptionAnnotation create(InputStream stream) throws IOException
IOExceptionAnnotation create(InputStream stream, String encoding) throws IOException
IOExceptionAnnotation create(Reader reader) throws IOException
IOException