Пример #1
0
 public static ProcedureWALEntry readEntry(InputStream stream) throws IOException {
   return ProcedureWALEntry.parseDelimitedFrom(stream);
 }