Searched refs:createSource (Results 1 – 4 of 4) sorted by relevance
107 public CharSource createSource(String string) throws IOException { in asCharSourceFactory()108 return factory.createSource(string.getBytes(Charsets.UTF_8)) in asCharSourceFactory()159 public ByteSource createSource(byte[] bytes) throws IOException {160 return factory.createSource(bytes).slice(off, len);179 public CharSource createSource(String data) throws IOException {196 public ByteSource createSource(byte[] bytes) throws IOException {213 public CharSource createSource(String data) throws IOException {230 public ByteSource createSource(byte[] bytes) throws IOException {271 public ByteSource createSource(byte[] bytes) throws IOException {341 public CharSource createSource(String string) throws IOException {[all …]
59 S createSource(T data) throws IOException; in createSource() method
75 this.source = factory.createSource(data); in setUp()
105 source = factory.createSource(data); in setUp()