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

/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 29 milliseconds