Esempio n. 1
0
 /** Parse a MIME header from an input stream. */
 public void parseHeader(InputStream is) throws java.io.IOException {
   synchronized (this) {
     nkeys = 0;
   }
   mergeHeader(is);
 }