Searched refs:createSink (Results 1 – 4 of 4) sorted by relevance
128 public CharSink createSink() throws IOException {129 return factory.createSink().asCharSink(Charsets.UTF_8);298 public ByteSink createSink() throws IOException {368 public CharSink createSink() throws IOException {
70 S createSink() throws IOException; in createSink() method
84 sink = factory.createSink(); in setUp()
75 this.sink = factory.createSink(); in setUp()