Skip to content

Instantly share code, notes, and snippets.

@TaliSoroker
Created July 15, 2018 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TaliSoroker/37df26e570a6d45093c2cc3633e4dd94 to your computer and use it in GitHub Desktop.
Save TaliSoroker/37df26e570a6d45093c2cc3633e4dd94 to your computer and use it in GitHub Desktop.
FileInputStream fis = new FileInputStream(fileName);
MyProtoBufMessage msg = MyProtoBufMessage.parseFrom(fis);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment