@Override public CharSource createSource(String data) throws IOException { return CharSource.empty(); }
@Override public CharSource asCharSource(Charset charset) { checkNotNull(charset); return CharSource.empty(); }