Searched defs:decodingStream (Results 1 – 2 of 2) sorted by relevance
232 abstract ByteInput decodingStream(CharInput charInput); in decodingStream() method in BaseEncoding586 ByteInput decodingStream(final CharInput reader) { in decodingStream() method in BaseEncoding
427 InputStream decodingStream = encoding.decodingStream(new StringReader(encoded)); in testStreamingDecodes() local