Uses of Class
com.squareup.protoparser.ProtoFile
-
-
Uses of ProtoFile in com.squareup.protoparser
Methods in com.squareup.protoparser that return ProtoFile Modifier and Type Method Description static ProtoFileProtoSchemaParser. parse(java.io.File file)Parse a.protodefinition file.static ProtoFileProtoSchemaParser. parse(java.lang.String name, java.io.Reader reader)Parse a named.protoschema.static ProtoFileProtoSchemaParser. parse(java.lang.String name, java.lang.String data)Parse a named.protoschema.static ProtoFileProtoSchemaParser. parseUtf8(java.lang.String name, java.io.InputStream is)Parse a named.protoschema.(package private) ProtoFileProtoSchemaParser. readProtoFile()
-