Searched refs:asCharSource (Results 1 – 2 of 2) sorted by relevance
99 public CharSource asCharSource(Charset charset) { in asCharSource() method in CloseableDelegateByteSource100 return get().asCharSource(charset); in asCharSource()
85 public CharSource asCharSource(Charset charset) { in asCharSource() method in LazyDelegateByteSource87 return get().asCharSource(charset); in asCharSource()