135136137138139140141142143144145
// now decode the current article data block if(articleData.get(0).length > 0) { if(encoding.equals("yenc")) outVector.add(yencDecoder.decode()); else if(encoding.equals("uu")) { byte[] bytes = new byte[uuLength]; int b;