Searched refs:UUDecoder (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/misc/Encode/
H A DDecodeBuffer.java27 * @summary Problem with UUDecoder
40 UUDecoder uuD = new UUDecoder();
78 "and UUDecoder classes.";
82 public static void check (UUDecoder uuD, String s, String original) throws Exception {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUUDecoder.java68 * "UUDecoder: No begin line."
69 * "UUDecoder: Malformed begin line."
70 * "UUDecoder: Short Buffer."
71 * "UUDecoder: Bad Line Length."
72 * "UUDecoder: Missing 'end' line."
79 public class UUDecoder extends CharacterDecoder { class in inherits:CharacterDecoder
167 throw new CEFormatException("UUDecoder: No begin line.");
184 throw new CEFormatException("UUDecoder: No begin line.");
192 throw new CEFormatException("UUDecoder: Malformed begin line.");
223 throw new CEFormatException("UUDecoder
[all...]

Completed in 47 milliseconds