Package org.apache.avro.idl
Class IdlReader
java.lang.Object
org.apache.avro.idl.IdlReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(InputStream stream) Parse an IDL file from a stream.parse
(URI directory, CharSequence source) Parse an IDL file from a string, using the given directory for imports.
-
Constructor Details
-
IdlReader
public IdlReader() -
IdlReader
-
-
Method Details
-
parse
- Throws:
IOException
-
parse
Parse an IDL file from a string, using the given directory for imports.- Throws:
IOException
-
parse
Parse an IDL file from a stream. This method cannot handle imports.- Throws:
IOException
-