This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am heapxor on github. | |
* I am heap001 (https://keybase.io/heap001) on keybase. | |
* I have a public key ASBb6cUf7LiB6h7P4dbrnQr4HtaWQKyDwR2aqULevw_HcAo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main () { | |
schema1 = readAvroSchema(source1); | |
} | |
public static String readAvroSchema(String source) { | |
DataFileStream reader = null; | |
Schema avSchema ; | |
File f = new File(source); |