- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Dis (0.01 sec)
-
src/main/java/jcifs/pac/PacDataInputStream.java
public class PacDataInputStream { private final DataInputStream dis; private final int size; /** * Constructs a PAC data input stream from the given input stream. * @param in the underlying input stream * @throws IOException if an I/O error occurs */ public PacDataInputStream(final InputStream in) throws IOException { this.dis = new DataInputStream(in); this.size = in.available(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0)