Searched refs:BoundedInputStream (Results 1 – 2 of 2) sorted by relevance
26 public class BoundedInputStream extends InputStream { class30 public BoundedInputStream(InputStream is, long max) { in BoundedInputStream() method in BoundedInputStream
874 … new BoundedInputStream(new XInputStreamToInputStreamAdapter(x), length & 0xffff_ffffL), length); in updateBinaryStream()885 … new BoundedInputStream(new XInputStreamToInputStreamAdapter(x), length & 0xffff_ffffL), in updateCharacterStream()
Completed in 16 milliseconds