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

/libcore/ojluni/src/main/java/sun/misc/
H A DCharacterDecoder.java97 protected void decodeBufferPrefix(PushbackInputStream aStream, OutputStream bStream) throws IOException { } argument
100 protected void decodeBufferSuffix(PushbackInputStream aStream, OutputStream bStream) throws IOException { } argument
108 protected int decodeLinePrefix(PushbackInputStream aStream, OutputStream bStream) throws IOException { argument
118 protected void decodeLineSuffix(PushbackInputStream aStream, OutputStream bStream) throws IOException { } argument
125 protected void decodeAtom(PushbackInputStream aStream, OutputStream bStream, int l) throws IOException { argument
151 public void decodeBuffer(InputStream aStream, OutputStream bStream) throws IOException { argument
156 decodeBufferPrefix(ps, bStream);
161 length = decodeLinePrefix(ps, bStream);
163 decodeAtom(ps, bStream, bytesPerAtom());
167 decodeAtom(ps, bStream, bytesPerAto
[all...]

Completed in 637 milliseconds