- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BadLengthFile (0.05 seconds)
-
android/guava-tests/test/com/google/common/io/FilesTest.java
} /** A {@link File} that provides a specialized value for {@link File#length()}. */ private static class BadLengthFile extends File { private final long badLength; BadLengthFile(File delegate, long badLength) { super(delegate.getPath()); this.badLength = badLength; } @Override public long length() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 22.8K bytes - Click Count (0)