- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for createInputStream (0.2 seconds)
-
src/test/java/jcifs/pac/PacDataInputStreamTest.java
private PacDataInputStream createInputStream(byte[] data) throws IOException { return new PacDataInputStream(new ByteArrayInputStream(data)); } @Test public void testAlign() throws IOException { // Test alignment from position 1 to 4 byte[] data = new byte[] { 0x01, 0x02, 0x03, 0x04, 0x05 }; PacDataInputStream pdis = createInputStream(data); pdis.readByte(); // position is 1Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 9.2K bytes - Click Count (0)