Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getSinkContents (0.12 sec)

  1. guava-tests/test/com/google/common/io/SourceSinkFactories.java

          @Override
          public CharSink createSink() throws IOException {
            return factory.createSink().asCharSink(UTF_8);
          }
    
          @Override
          public String getSinkContents() throws IOException {
            return new String(factory.getSinkContents(), UTF_8);
          }
    
          @Override
          public String getExpected(String data) {
            /*
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/SourceSinkFactories.java

          @Override
          public CharSink createSink() throws IOException {
            return factory.createSink().asCharSink(UTF_8);
          }
    
          @Override
          public String getSinkContents() throws IOException {
            return new String(factory.getSinkContents(), UTF_8);
          }
    
          @Override
          public String getExpected(String data) {
            /*
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top