Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PathByteSource (0.11 sec)

  1. guava/src/com/google/common/io/MoreFiles.java

        return new PathByteSource(path, options);
      }
    
      private static final class PathByteSource extends
          ByteSource
      {
    
        private static final LinkOption[] FOLLOW_LINKS = {};
    
        private final Path path;
        private final OpenOption[] options;
        private final boolean followLinks;
    
        private PathByteSource(Path path, OpenOption... options) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 17 14:35:11 UTC 2023
    - 34.3K bytes
    - Viewed (0)
Back to top