Searched refs:decodeLinePrefix (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DCharacterDecoder.java108 protected int decodeLinePrefix(PushbackInputStream aStream, OutputStream bStream) throws IOException { method in class:CharacterDecoder
161 length = decodeLinePrefix(ps, bStream);
H A DUCDecoder.java175 * decodeLinePrefix reads the sequence number and the number of
184 protected int decodeLinePrefix(PushbackInputStream inStream, OutputStream outStream) throws IOException { method in class:UCDecoder
H A DUUDecoder.java212 protected int decodeLinePrefix(PushbackInputStream inStream, OutputStream outStream) throws IOException { method in class:UUDecoder

Completed in 38 milliseconds