Searched refs:bodyDecoded (Results 1 – 1 of 1) sorted by relevance
56 public abstract void bodyDecoded(BodyDescriptor bd, InputStream is) throws IOException; in bodyDecoded() method in SimpleContentHandler91 bodyDecoded(bd, new Base64InputStream(is)); in body()94 bodyDecoded(bd, new QuotedPrintableInputStream(is)); in body()97 bodyDecoded(bd, is); in body()