Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ByteSource (0.14 sec)

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

        @Override
        public void tearDown() throws IOException {}
      }
    
      private static class ByteArraySourceFactory implements ByteSourceFactory {
    
        @Override
        public ByteSource createSource(byte[] bytes) throws IOException {
          return ByteSource.wrap(bytes);
        }
    
        @Override
        public byte[] getExpected(byte[] bytes) {
          return bytes;
        }
    
        @Override
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Thu Sep 09 17:57:59 GMT 2021
    - 17.9K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/SourceSinkFactories.java

        @Override
        public void tearDown() throws IOException {}
      }
    
      private static class ByteArraySourceFactory implements ByteSourceFactory {
    
        @Override
        public ByteSource createSource(byte[] bytes) throws IOException {
          return ByteSource.wrap(bytes);
        }
    
        @Override
        public byte[] getExpected(byte[] bytes) {
          return bytes;
        }
    
        @Override
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Apr 06 12:56:11 GMT 2023
    - 12.7K bytes
    - Viewed (0)
Back to top