Package org.teavm.cache
Class AnnotationIO
java.lang.Object
org.teavm.cache.AnnotationIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.teavm.cache.CachedAnnotationsreadAnnotations(VarDataInput input) readAnnotationValue(VarDataInput input) voidwriteAnnotations(VarDataOutput output, AnnotationContainerReader annotations) voidwriteAnnotationValue(VarDataOutput output, AnnotationValue value)
-
Constructor Details
-
AnnotationIO
-
-
Method Details
-
writeAnnotations
public void writeAnnotations(VarDataOutput output, AnnotationContainerReader annotations) throws IOException - Throws:
IOException
-
readAnnotations
- Throws:
IOException
-
writeAnnotationValue
- Throws:
IOException
-
readAnnotationValue
- Throws:
IOException
-