- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testWriteErrorAfterClose (0.13 seconds)
-
android/guava-tests/test/com/google/common/io/FileBackedOutputStreamTest.java
} } else { out.write(b, off, len); } out.flush(); // for coverage } // TODO(chrisn): only works if we ensure we have crossed file threshold public void testWriteErrorAfterClose() throws Exception { byte[] data = newPreFilledByteArray(100); FileBackedOutputStream out = new FileBackedOutputStream(50); ByteSource source = out.asByteSource(); out.write(data);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 04:04:26 GMT 2026 - 8K bytes - Click Count (0)