- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadUnsignedByte_eof (0.18 sec)
-
guava-tests/test/com/google/common/io/LittleEndianDataInputStreamTest.java
byte[] b = new byte[data.length]; in.readFully(b); assertEquals(Bytes.asList(data), Bytes.asList(b)); } public void testReadUnsignedByte_eof() throws IOException { DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(new byte[0])); assertThrows(EOFException.class, () -> in.readUnsignedByte()); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 4.9K bytes - Viewed (0)