HomeSort by relevance Sort by last modified time
    Searched refs:encodeAtom (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
CharacterEncoder.java 61 * send to encodeAtom
62 * <DD>encodeAtom which encodes the bytes sent to it as text.
117 abstract protected void encodeAtom(OutputStream aStream, byte someBytes[],
158 encodeAtom(outStream, tmpbuffer, j, bytesPerAtom());
160 encodeAtom(outStream, tmpbuffer, j, (numBytes)- j);
292 encodeAtom(outStream, tmpbuffer, j, bytesPerAtom());
294 encodeAtom(outStream, tmpbuffer, j, (numBytes)- j);
BASE64Encoder.java 77 * encodeAtom - Take three bytes of input and encode it as 4
82 protected void encodeAtom(OutputStream outStream, byte data[], int offset, int len)
HexDumpEncoder.java 91 protected void encodeAtom(OutputStream o, byte buf[], int off, int len) throws IOException {

Completed in 51 milliseconds